Html Css Color HEX #FC01C9 Hot Magenta

📋 copy color: '#FC01C9'

red 252 ◦ green 1 ◦ blue 201

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

Shades of Hot Magenta #FC01C9

Tints of Hot Magenta #FC01C9

RGB

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

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

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

R = 55.51%
G = 0.22%
B = 44.27%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#FC01C9 (or 0xFC01C9) is known color: Hot Magenta. HEX triplet: FC, 01 and C9. RGB value is (252,1,201). Sum of RGB (Red+Green+Blue) = 252+1+201=454 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.51% from 454); Green value is 1 (0.78% from 255 or 0.22% from 454); Blue value is 201 (78.91% from 255 or 44.27% from 454); Max value from RGB is 252 - color contains mainly: red. Hex color #FC01C9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC01C9 is #03FE36. Grayscale: #626262. Windows color (decimal): -261687 or 13173244. OLE color: 13173244.

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

Color convert

RGB 252 1 201 -
CMYK 0 1.00 0.20 0.01
HSL 312.19º 0.99% 0.5% -
HSV(B) 312.19º 1% 0.99% -
XYZ 50.7 24.93 57.4 -
YUV 98.85 185.66 237.24 -
System Red Green Blue C M Y K H S L
Decimal 252 1 201 0 1.00 0.20 0.01 312.19 0.99 0.5
Hex FC 1 C9 0 64 14 1 138 63 32
Octal 374 1 311 0 144 24 1 470 143 62
Binary 11111100 1 11001001 0 1100100 10100 1 100111000 1100011 110010

Color Harmonies of #FC01C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC01C9

Black with #FC01C9

Text Example


Text Example

White with #FC01C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC01C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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