Html Css Color HEX #FC01CE Hot Magenta

📋 copy color: '#FC01CE'

red 252 ◦ green 1 ◦ blue 206

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

Shades of Hot Magenta #FC01CE

Tints of Hot Magenta #FC01CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.88%

R = 54.9%
G = 0.22%
B = 44.88%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FC01CE (or 0xFC01CE) is known color: Hot Magenta. HEX triplet: FC, 01 and CE. RGB value is (252,1,206). Sum of RGB (Red+Green+Blue) = 252+1+206=459 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.90% from 459); Green value is 1 (0.78% from 255 or 0.22% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 252 - color contains mainly: red. Hex color #FC01CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC01CE is #03FE31. Grayscale: #626262. Windows color (decimal): -261682 or 13500924. OLE color: 13500924.

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

Color convert

RGB 252 1 206 -
CMYK 0 1.00 0.18 0.01
HSL 311º 0.99% 0.5% -
HSV(B) 311º 1% 0.99% -
XYZ 51.3 25.17 60.55 -
YUV 99.42 188.16 236.83 -
System Red Green Blue C M Y K H S L
Decimal 252 1 206 0 1.00 0.18 0.01 311 0.99 0.5
Hex FC 1 CE 0 64 12 1 137 63 32
Octal 374 1 316 0 144 22 1 467 143 62
Binary 11111100 1 11001110 0 1100100 10010 1 100110111 1100011 110010

Color Harmonies of #FC01CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC01CE

Black with #FC01CE

Text Example


Text Example

White with #FC01CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC01CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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