Html Css Color HEX #FC02C9 Hot Magenta

📋 copy color: '#FC02C9'

red 252 ◦ green 2 ◦ blue 201

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

Shades of Hot Magenta #FC02C9

Tints of Hot Magenta #FC02C9

RGB

 RED value IS 252 (98.83% from 255) = 55.38%

 GREEN value IS 2 (1.17% from 255) = 0.44%

 BLUE value IS 201 (78.91% from 255) = 44.18%

R = 55.38%
G = 0.44%
B = 44.18%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#FC02C9 (or 0xFC02C9) is known color: Hot Magenta. HEX triplet: FC, 02 and C9. RGB value is (252,2,201). Sum of RGB (Red+Green+Blue) = 252+2+201=455 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.38% from 455); Green value is 2 (1.17% from 255 or 0.44% from 455); Blue value is 201 (78.91% from 255 or 44.18% from 455); Max value from RGB is 252 - color contains mainly: red. Hex color #FC02C9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC02C9 is #03FD36. Grayscale: #626262. Windows color (decimal): -261431 or 13173500. OLE color: 13173500.

HSL color Cylindrical-coordinate representation of color #FC02C9: hue angle of 312.24º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FC02C9 is Cyan = 0, Magento = 0.99, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 2 201 -
CMYK 0 0.99 0.20 0.01
HSL 312.24º 0.98% 0.5% -
HSV(B) 312.24º 0.99% 0.99% -
XYZ 50.71 24.96 57.4 -
YUV 99.44 185.33 236.82 -
System Red Green Blue C M Y K H S L
Decimal 252 2 201 0 0.99 0.20 0.01 312.24 0.98 0.5
Hex FC 2 C9 0 63 14 1 138 62 32
Octal 374 2 311 0 143 24 1 470 142 62
Binary 11111100 10 11001001 0 1100011 10100 1 100111000 1100010 110010

Color Harmonies of #FC02C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC02C9

Black with #FC02C9

Text Example


Text Example

White with #FC02C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC02C9; }

 p { color: rgb(252,2,201); }

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

background-color css

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

 a { background-color: rgb(252,2,201); }

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

border-color css

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

 span { border-color: rgb(252,2,201); }

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