Html Css Color HEX #F209CC Hot Magenta

📋 copy color: '#F209CC'

red 242 ◦ green 9 ◦ blue 204

#F209CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hot Magenta #F209CC

Tints of Hot Magenta #F209CC

RGB

 RED value IS 242 (94.92% from 255) = 53.19%

 GREEN value IS 9 (3.91% from 255) = 1.98%

 BLUE value IS 204 (80.08% from 255) = 44.84%

R = 53.19%
G = 1.98%
B = 44.84%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F209CC (or 0xF209CC) is known color: Hot Magenta. HEX triplet: F2, 09 and CC. RGB value is (242,9,204). Sum of RGB (Red+Green+Blue) = 242+9+204=455 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.19% from 455); Green value is 9 (3.91% from 255 or 1.98% from 455); Blue value is 204 (80.08% from 255 or 44.84% from 455); Max value from RGB is 242 - color contains mainly: red. Hex color #F209CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F209CC is #0DF633. Grayscale: #646464. Windows color (decimal): -914996 or 13371890. OLE color: 13371890.

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

Color convert

RGB 242 9 204 -
CMYK 0 0.96 0.16 0.05
HSL 309.79º 0.93% 0.49% -
HSV(B) 309.79º 0.96% 0.95% -
XYZ 47.61 23.43 59.14 -
YUV 100.9 186.19 228.64 -
System Red Green Blue C M Y K H S L
Decimal 242 9 204 0 0.96 0.16 0.05 309.79 0.93 0.49
Hex F2 9 CC 0 60 10 5 136 5D 31
Octal 362 11 314 0 140 20 5 466 135 61
Binary 11110010 1001 11001100 0 1100000 10000 101 100110110 1011101 110001

Color Harmonies of #F209CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F209CC

Black with #F209CC

Text Example


Text Example

White with #F209CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F209CC; }

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

 H1.HeaderClassName
 {
   color: #F209CC;
 }
 .AnyTagClassName
 {
   color: #F209CC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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