#FC03CD

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

Shades of Hot Magenta #FC03CD

Tints of Hot Magenta #FC03CD

Color information

#FC03CD (or 0xFC03CD) is unknown color: approx Hot Magenta. HEX triplet: FC, 03 and CD. RGB value is (252,3,205). Sum of RGB (Red+Green+Blue) = 252+3+205=460 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.78% from 460); Green value is 3 (1.56% from 255 or 0.65% from 460); Blue value is 205 (80.47% from 255 or 44.57% from 460); Max value from RGB is 252 - color contains mainly: red. Hex color #FC03CD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC03CD is #03FC32. Grayscale: #636363. Windows color (decimal): -261171 or 13435900. OLE color: 13435900.

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

Color convert

RGB2523205-
CMYK00.990.190.01
HSL311.33º97.65%50%-
HSV(B)311.33º98.81%98.82%-
XYZ51.225.1759.92-
YUV100.48186.99236.07-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 54.78%
GREEN value IS 3 (1.56% from 255) = 0.65%
BLUE value IS 205 (80.47% from 255) = 44.57%
R=54.78%
G=0.65%
B=44.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252320500.990.190.01311.3397.6550
HexFC3CD0631311376232
Octal3743315014323146714262
Binary111111001111001101011000111001111001101111100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC03CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC03CD; }

 p { color: rgb(252,3,205); }

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

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

 a { background-color: rgb(252,3,205); }

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

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

 span { border-color: rgb(252,3,205); }

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