#FC0DDE

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

Shades of Hot Magenta #FC0DDE

Tints of Hot Magenta #FC0DDE

Color information

#FC0DDE (or 0xFC0DDE) is unknown color: approx Hot Magenta. HEX triplet: FC, 0D and DE. RGB value is (252,13,222). Sum of RGB (Red+Green+Blue) = 252+13+222=487 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.75% from 487); Green value is 13 (5.47% from 255 or 2.67% from 487); Blue value is 222 (87.11% from 255 or 45.59% from 487); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0DDE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC0DDE is #03F221. Grayscale: #6B6B6B. Windows color (decimal): -258594 or 14552572. OLE color: 14552572.

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

Color convert

RGB25213222-
CMYK00.950.120.01
HSL307.53º97.55%51.96%-
HSV(B)307.53º94.84%98.82%-
XYZ53.4726.2671.36-
YUV108.29192.18230.51-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 51.75%
GREEN value IS 13 (5.47% from 255) = 2.67%
BLUE value IS 222 (87.11% from 255) = 45.59%
R=51.75%
G=2.67%
B=45.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521322200.950.120.01307.5397.5551.96
HexFCDDE05FC11346234
Octal37415336013714146414264
Binary1111110011011101111001011111110011001101001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC0DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC0DDE; }

 p { color: rgb(252,13,222); }

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

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

 a { background-color: rgb(252,13,222); }

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

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

 span { border-color: rgb(252,13,222); }

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