Html Css Color HEX #FC01CB Hot Magenta

📋 copy color: '#FC01CB'

red 252 ◦ green 1 ◦ blue 203

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

Shades of Hot Magenta #FC01CB

Tints of Hot Magenta #FC01CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.52%

R = 55.26%
G = 0.22%
B = 44.52%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FC01CB (or 0xFC01CB) is known color: Hot Magenta. HEX triplet: FC, 01 and CB. RGB value is (252,1,203). Sum of RGB (Red+Green+Blue) = 252+1+203=456 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.26% from 456); Green value is 1 (0.78% from 255 or 0.22% from 456); Blue value is 203 (79.69% from 255 or 44.52% from 456); Max value from RGB is 252 - color contains mainly: red. Hex color #FC01CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC01CB is #03FE34. Grayscale: #626262. Windows color (decimal): -261685 or 13304316. OLE color: 13304316.

HSL color Cylindrical-coordinate representation of color #FC01CB: hue angle of 311.71º 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 #FC01CB is Cyan = 0, Magento = 1.00, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 1 203 -
CMYK 0 1.00 0.19 0.01
HSL 311.71º 0.99% 0.5% -
HSV(B) 311.71º 1% 0.99% -
XYZ 50.94 25.03 58.65 -
YUV 99.08 186.66 237.07 -
System Red Green Blue C M Y K H S L
Decimal 252 1 203 0 1.00 0.19 0.01 311.71 0.99 0.5
Hex FC 1 CB 0 64 13 1 138 63 32
Octal 374 1 313 0 144 23 1 470 143 62
Binary 11111100 1 11001011 0 1100100 10011 1 100111000 1100011 110010

Color Harmonies of #FC01CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC01CB

Black with #FC01CB

Text Example


Text Example

White with #FC01CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC01CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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