Html Css Color HEX #F201CA Hot Magenta

📋 copy color: '#F201CA'

red 242 ◦ green 1 ◦ blue 202

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

Shades of Hot Magenta #F201CA

Tints of Hot Magenta #F201CA

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.22%

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

R = 54.38%
G = 0.22%
B = 45.39%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#F201CA (or 0xF201CA) is known color: Hot Magenta. HEX triplet: F2, 01 and CA. RGB value is (242,1,202). Sum of RGB (Red+Green+Blue) = 242+1+202=445 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.38% from 445); Green value is 1 (0.78% from 255 or 0.22% from 445); Blue value is 202 (79.30% from 255 or 45.39% from 445); Max value from RGB is 242 - color contains mainly: red. Hex color #F201CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F201CA is #0DFE35. Grayscale: #5F5F5F. Windows color (decimal): -917046 or 13238770. OLE color: 13238770.

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

Color convert

RGB 242 1 202 -
CMYK 0 1.00 0.17 0.05
HSL 309.96º 0.99% 0.48% -
HSV(B) 309.96º 1% 0.95% -
XYZ 47.29 23.16 57.86 -
YUV 95.97 187.84 232.16 -
System Red Green Blue C M Y K H S L
Decimal 242 1 202 0 1.00 0.17 0.05 309.96 0.99 0.48
Hex F2 1 CA 0 64 11 5 136 63 30
Octal 362 1 312 0 144 21 5 466 143 60
Binary 11110010 1 11001010 0 1100100 10001 101 100110110 1100011 110000

Color Harmonies of #F201CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F201CA

Black with #F201CA

Text Example


Text Example

White with #F201CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F201CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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