#FC0EDB

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

Shades of Hot Magenta #FC0EDB

Tints of Hot Magenta #FC0EDB

Color information

#FC0EDB (or 0xFC0EDB) is unknown color: approx Hot Magenta. HEX triplet: FC, 0E and DB. RGB value is (252,14,219). Sum of RGB (Red+Green+Blue) = 252+14+219=485 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.96% from 485); Green value is 14 (5.86% from 255 or 2.89% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0EDB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC0EDB is #03F124. Grayscale: #6B6B6B. Windows color (decimal): -258341 or 14356220. OLE color: 14356220.

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

Color convert

RGB25214219-
CMYK00.940.130.01
HSL308.32º97.54%52.16%-
HSV(B)308.32º94.44%98.82%-
XYZ53.0926.1269.26-
YUV108.53190.35230.33-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 51.96%
GREEN value IS 14 (5.86% from 255) = 2.89%
BLUE value IS 219 (85.94% from 255) = 45.15%
R=51.96%
G=2.89%
B=45.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521421900.940.130.01308.3297.5452.16
HexFCEDB05ED11346234
Octal37416333013615146414264
Binary1111110011101101101101011110110111001101001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC0EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC0EDB; }

 p { color: rgb(252,14,219); }

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

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

 a { background-color: rgb(252,14,219); }

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

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

 span { border-color: rgb(252,14,219); }

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