Html Css Color HEX #F209CA Hot Magenta

📋 copy color: '#F209CA'

red 242 ◦ green 9 ◦ blue 202

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

Shades of Hot Magenta #F209CA

Tints of Hot Magenta #F209CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 44.59%

R = 53.42%
G = 1.99%
B = 44.59%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#F209CA (or 0xF209CA) is known color: Hot Magenta. HEX triplet: F2, 09 and CA. RGB value is (242,9,202). Sum of RGB (Red+Green+Blue) = 242+9+202=453 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.42% from 453); Green value is 9 (3.91% from 255 or 1.99% from 453); Blue value is 202 (79.30% from 255 or 44.59% from 453); Max value from RGB is 242 - color contains mainly: red. Hex color #F209CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F209CA is #0DF635. Grayscale: #646464. Windows color (decimal): -914998 or 13240818. OLE color: 13240818.

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

Color convert

RGB 242 9 202 -
CMYK 0 0.96 0.17 0.05
HSL 310.3º 0.93% 0.49% -
HSV(B) 310.3º 0.96% 0.95% -
XYZ 47.38 23.34 57.88 -
YUV 100.67 185.19 228.81 -
System Red Green Blue C M Y K H S L
Decimal 242 9 202 0 0.96 0.17 0.05 310.3 0.93 0.49
Hex F2 9 CA 0 60 11 5 136 5D 31
Octal 362 11 312 0 140 21 5 466 135 61
Binary 11110010 1001 11001010 0 1100000 10001 101 100110110 1011101 110001

Color Harmonies of #F209CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F209CA

Black with #F209CA

Text Example


Text Example

White with #F209CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F209CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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