#F209CF

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

Shades of Hot Magenta #F209CF

Tints of Hot Magenta #F209CF

Color information

#F209CF (or 0xF209CF) is unknown color: approx Hot Magenta. HEX triplet: F2, 09 and CF. RGB value is (242,9,207). Sum of RGB (Red+Green+Blue) = 242+9+207=458 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.84% from 458); Green value is 9 (3.91% from 255 or 1.97% from 458); Blue value is 207 (81.25% from 255 or 45.20% from 458); Max value from RGB is 242 - color contains mainly: red. Hex color #F209CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F209CF is #0DF630. Grayscale: #646464. Windows color (decimal): -914993 or 13568498. OLE color: 13568498.

HSL color Cylindrical-coordinate representation of color #F209CF: hue angle of 309.01º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F209CF is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB2429207-
CMYK00.960.140.05
HSL309.01º92.83%49.22%-
HSV(B)309.01º96.28%94.9%-
XYZ47.9823.5861.05-
YUV101.24187.69228.4-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 52.84%
GREEN value IS 9 (3.91% from 255) = 1.97%
BLUE value IS 207 (81.25% from 255) = 45.20%
R=52.84%
G=1.97%
B=45.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242920700.960.140.05309.0192.8349.22
HexF29CF060E51355d31
Octal36211317014016546513561
Binary111100101001110011110110000011101011001101011011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F209CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F209CF; }

 p { color: rgb(242,9,207); }

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

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

 a { background-color: rgb(242,9,207); }

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

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

 span { border-color: rgb(242,9,207); }

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