#FC01CA

Color #FC01CA Hot Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Magenta #FC01CA

Tints of Hot Magenta #FC01CA

Color information

#FC01CA (or 0xFC01CA) is unknown color: approx 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

RGB2521202-
CMYK01.000.200.01
HSL311.95º99.21%49.61%-
HSV(B)311.95º99.6%98.82%-
XYZ50.8224.9858.02-
YUV98.96186.16237.16-

RGB Variations

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

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.30% from 255) = 44.40%
R=55.38%
G=0.22%
B=44.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252120201.000.200.01311.9599.2149.61
HexFC1CA0641411386332
Octal3741312014424147014362
Binary11111100111001010011001001010011001110001100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC01CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>