#F00ECF

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

Shades of Hot Magenta #F00ECF

Tints of Hot Magenta #F00ECF

Color information

#F00ECF (or 0xF00ECF) is unknown color: approx Hot Magenta. HEX triplet: F0, 0E and CF. RGB value is (240,14,207). Sum of RGB (Red+Green+Blue) = 240+14+207=461 (61% of max value = 765). Red value is 240 (94.14% from 255 or 52.06% from 461); Green value is 14 (5.86% from 255 or 3.04% from 461); Blue value is 207 (81.25% from 255 or 44.90% from 461); Max value from RGB is 240 - color contains mainly: red. Hex color #F00ECF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F00ECF is #0FF130. Grayscale: #676767. Windows color (decimal): -1044785 or 13569776. OLE color: 13569776.

HSL color Cylindrical-coordinate representation of color #F00ECF: hue angle of 308.76º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F00ECF is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB24014207-
CMYK00.940.140.06
HSL308.76º88.98%49.8%-
HSV(B)308.76º94.17%94.12%-
XYZ47.3523.3461.04-
YUV103.58186.37225.31-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 52.06%
GREEN value IS 14 (5.86% from 255) = 3.04%
BLUE value IS 207 (81.25% from 255) = 44.90%
R=52.06%
G=3.04%
B=44.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401420700.940.140.06308.7688.9849.8
HexF0ECF05EE61355932
Octal36016317013616646513162
Binary111100001110110011110101111011101101001101011011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F00ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F00ECF; }

 p { color: rgb(240,14,207); }

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

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

 a { background-color: rgb(240,14,207); }

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

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

 span { border-color: rgb(240,14,207); }

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