#F209CD

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

Shades of Hot Magenta #F209CD

Tints of Hot Magenta #F209CD

Color information

#F209CD (or 0xF209CD) is unknown color: approx Hot Magenta. HEX triplet: F2, 09 and CD. RGB value is (242,9,205). Sum of RGB (Red+Green+Blue) = 242+9+205=456 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.07% from 456); Green value is 9 (3.91% from 255 or 1.97% from 456); Blue value is 205 (80.47% from 255 or 44.96% from 456); Max value from RGB is 242 - color contains mainly: red. Hex color #F209CD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F209CD is #0DF632. Grayscale: #646464. Windows color (decimal): -914995 or 13437426. OLE color: 13437426.

HSL color Cylindrical-coordinate representation of color #F209CD: hue angle of 309.53º 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 #F209CD is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB2429205-
CMYK00.960.150.05
HSL309.53º92.83%49.22%-
HSV(B)309.53º96.28%94.9%-
XYZ47.7423.4859.77-
YUV101.01186.69228.56-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 53.07%
GREEN value IS 9 (3.91% from 255) = 1.97%
BLUE value IS 205 (80.47% from 255) = 44.96%
R=53.07%
G=1.97%
B=44.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242920500.960.150.05309.5392.8349.22
HexF29CD060F51365d31
Octal36211315014017546613561
Binary111100101001110011010110000011111011001101101011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F209CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F209CD; }

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

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

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

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

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

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

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

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