#F016ED

Color #F016ED Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magenta #F016ED

Tints of Magenta #F016ED

Color information

#F016ED (or 0xF016ED) is unknown color: approx Magenta. HEX triplet: F0, 16 and ED. RGB value is (240,22,237). Sum of RGB (Red+Green+Blue) = 240+22+237=499 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48.10% from 499); Green value is 22 (8.98% from 255 or 4.41% from 499); Blue value is 237 (92.97% from 255 or 47.49% from 499); Max value from RGB is 240 - color contains mainly: red. Hex color #F016ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F016ED is #0FE912. Grayscale: #6F6F6F. Windows color (decimal): -1042707 or 15537904. OLE color: 15537904.

HSL color Cylindrical-coordinate representation of color #F016ED: hue angle of 300.83º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F016ED is Cyan = 0, Magento = 0.91, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB24022237-
CMYK00.910.010.06
HSL300.83º87.9%51.37%-
HSV(B)300.83º90.83%94.12%-
XYZ51.5125.2182.27-
YUV111.69198.72219.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 240 (94.14% from 255) = 48.10%
GREEN value IS 22 (8.98% from 255) = 4.41%
BLUE value IS 237 (92.97% from 255) = 47.49%
R=48.10%
G=4.41%
B=47.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2402223700.910.010.06300.8387.951.37
HexF016ED05B1612d5833
Octal3602635501331645513063
Binary1111000010110111011010101101111101001011011011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F016ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F016ED; }

 p { color: rgb(240,22,237); }

 H1.HeaderClassName
 {
   color: #F016ED;
 }
 .AnyTagClassName
 {
   color: #F016ED;
 }
</style>
background-color css

<style>
 a { background-color: #F016ED; }

 a { background-color: rgb(240,22,237); }

 div.DivClassName
 {
   background-color: #F016ED;
 }
 .BgClassName
 {
   background-color: #F016ED;
 }
</style>
border-color css

<style>
 span { border-color: #F016ED; }

 span { border-color: rgb(240,22,237); }

 td.TdClassName
 {
   border-color: #F016ED;
 }
 .TagClassName
 {
   border-color: #F016ED;
 }
</style>