#F002C7

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

Shades of Hot Magenta #F002C7

Tints of Hot Magenta #F002C7

Color information

#F002C7 (or 0xF002C7) is unknown color: approx Hot Magenta. HEX triplet: F0, 02 and C7. RGB value is (240,2,199). Sum of RGB (Red+Green+Blue) = 240+2+199=441 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.42% from 441); Green value is 2 (1.17% from 255 or 0.45% from 441); Blue value is 199 (78.12% from 255 or 45.12% from 441); Max value from RGB is 240 - color contains mainly: red. Hex color #F002C7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F002C7 is #0FFD38. Grayscale: #5F5F5F. Windows color (decimal): -1047865 or 13042416. OLE color: 13042416.

HSL color Cylindrical-coordinate representation of color #F002C7: hue angle of 310.34º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F002C7 is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB2402199-
CMYK00.990.170.06
HSL310.34º98.35%47.45%-
HSV(B)310.34º99.17%94.12%-
XYZ46.2722.6955.97-
YUV95.62186.35230.98-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 54.42%
GREEN value IS 2 (1.17% from 255) = 0.45%
BLUE value IS 199 (78.12% from 255) = 45.12%
R=54.42%
G=0.45%
B=45.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.17
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240219900.990.170.06310.3498.3547.45
HexF02C7063116136622f
Octal3602307014321646614257
Binary11110000101100011101100011100011101001101101100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F002C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F002C7; }

 p { color: rgb(240,2,199); }

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

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

 a { background-color: rgb(240,2,199); }

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

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

 span { border-color: rgb(240,2,199); }

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