#FC00D3

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

Shades of Hot Magenta #FC00D3

Tints of Hot Magenta #FC00D3

Color information

#FC00D3 (or 0xFC00D3) is unknown color: approx Hot Magenta. HEX triplet: FC, 00 and D3. RGB value is (252,0,211). Sum of RGB (Red+Green+Blue) = 252+0+211=463 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.43% from 463); Green value is 0 (0.39% from 255 or 0% from 463); Blue value is 211 (82.81% from 255 or 45.57% from 463); Max value from RGB is 252 - color contains mainly: red. Hex color #FC00D3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC00D3 is #03FF2C. Grayscale: #626262. Windows color (decimal): -261933 or 13828348. OLE color: 13828348.

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

Color convert

RGB2520211-
CMYK010.160.01
HSL309.76º100%49.41%-
HSV(B)309.76º100%98.82%-
XYZ51.925.463.79-
YUV99.4190.99236.84-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 54.43%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 211 (82.81% from 255) = 45.57%
R=54.43%
G=0%
B=45.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.16
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2520211010.160.01309.7610049.41
HexFC0D30641011366431
Octal3740323014420146614461
Binary11111100011010011011001001000011001101101100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC00D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC00D3; }

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

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

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

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

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

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

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

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