#FC00C2

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

Shades of Hot Magenta #FC00C2

Tints of Hot Magenta #FC00C2

Color information

#FC00C2 (or 0xFC00C2) is unknown color: approx Hot Magenta. HEX triplet: FC, 00 and C2. RGB value is (252,0,194). Sum of RGB (Red+Green+Blue) = 252+0+194=446 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.50% from 446); Green value is 0 (0.39% from 255 or 0% from 446); Blue value is 194 (76.17% from 255 or 43.50% from 446); Max value from RGB is 252 - color contains mainly: red. Hex color #FC00C2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC00C2 is #03FF3D. Grayscale: #606060. Windows color (decimal): -261950 or 12714236. OLE color: 12714236.

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

Color convert

RGB2520194-
CMYK010.230.01
HSL313.81º100%49.41%-
HSV(B)313.81º100%98.82%-
XYZ49.8824.5953.16-
YUV97.46182.49238.23-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 56.50%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 194 (76.17% from 255) = 43.50%
R=56.50%
G=0%
B=43.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2520194010.230.01313.8110049.41
HexFC0C206417113a6431
Octal3740302014427147214461
Binary11111100011000010011001001011111001110101100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC00C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC00C2; }

 p { color: rgb(252,0,194); }

 H1.HeaderClassName
 {
   color: #FC00C2;
 }
 .AnyTagClassName
 {
   color: #FC00C2;
 }
</style>
background-color css

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

 a { background-color: rgb(252,0,194); }

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

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

 span { border-color: rgb(252,0,194); }

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