Html Css Color HEX #F200CA Hot Magenta

📋 copy color: '#F200CA'

red 242 ◦ green 0 ◦ blue 202

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

Shades of Hot Magenta #F200CA

Tints of Hot Magenta #F200CA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 54.5%
G = 0%
B = 45.5%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#F200CA (or 0xF200CA) is known color: Hot Magenta. HEX triplet: F2, 00 and CA. RGB value is (242,0,202). Sum of RGB (Red+Green+Blue) = 242+0+202=444 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.50% from 444); Green value is 0 (0.39% from 255 or 0% from 444); Blue value is 202 (79.30% from 255 or 45.50% from 444); Max value from RGB is 242 - color contains mainly: red. Hex color #F200CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F200CA is #0DFF35. Grayscale: #5E5E5E. Windows color (decimal): -917302 or 13238514. OLE color: 13238514.

HSL color Cylindrical-coordinate representation of color #F200CA: hue angle of 309.92º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F200CA is Cyan = 0, Magento = 1, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 0 202 -
CMYK 0 1 0.17 0.05
HSL 309.92º 1% 0.47% -
HSV(B) 309.92º 1% 0.95% -
XYZ 47.28 23.14 57.85 -
YUV 95.39 188.17 232.57 -
System Red Green Blue C M Y K H S L
Decimal 242 0 202 0 1 0.17 0.05 309.92 1 0.47
Hex F2 0 CA 0 64 11 5 136 64 2F
Octal 362 0 312 0 144 21 5 466 144 57
Binary 11110010 0 11001010 0 1100100 10001 101 100110110 1100100 101111

Color Harmonies of #F200CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F200CA

Black with #F200CA

Text Example


Text Example

White with #F200CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F200CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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