Html Css Color HEX #FC01CA Hot Magenta

📋 copy color: '#FC01CA'

red 252 ◦ green 1 ◦ blue 202

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

Shades of Hot Magenta #FC01CA

Tints of Hot Magenta #FC01CA

RGB

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

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

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

R = 55.38%
G = 0.22%
B = 44.4%

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

#FC01CA (or 0xFC01CA) is known color: Hot Magenta. HEX triplet: FC, 01 and CA. RGB value is (252,1,202). Sum of RGB (Red+Green+Blue) = 252+1+202=455 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.38% from 455); Green value is 1 (0.78% from 255 or 0.22% from 455); Blue value is 202 (79.30% from 255 or 44.40% from 455); Max value from RGB is 252 - color contains mainly: red. Hex color #FC01CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC01CA is #03FE35. Grayscale: #626262. Windows color (decimal): -261686 or 13238780. OLE color: 13238780.

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

Color convert

RGB 252 1 202 -
CMYK 0 1.00 0.20 0.01
HSL 311.95º 0.99% 0.5% -
HSV(B) 311.95º 1% 0.99% -
XYZ 50.82 24.98 58.02 -
YUV 98.96 186.16 237.16 -
System Red Green Blue C M Y K H S L
Decimal 252 1 202 0 1.00 0.20 0.01 311.95 0.99 0.5
Hex FC 1 CA 0 64 14 1 138 63 32
Octal 374 1 312 0 144 24 1 470 143 62
Binary 11111100 1 11001010 0 1100100 10100 1 100111000 1100011 110010

Color Harmonies of #FC01CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC01CA

Black with #FC01CA

Text Example


Text Example

White with #FC01CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC01CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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