#FC13DB

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

Shades of Hot Magenta #FC13DB

Tints of Hot Magenta #FC13DB

Color information

#FC13DB (or 0xFC13DB) is unknown color: approx Hot Magenta. HEX triplet: FC, 13 and DB. RGB value is (252,19,219). Sum of RGB (Red+Green+Blue) = 252+19+219=490 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.43% from 490); Green value is 19 (7.81% from 255 or 3.88% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 252 - color contains mainly: red. Hex color #FC13DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC13DB is #03EC24. Grayscale: #6E6E6E. Windows color (decimal): -257061 or 14357500. OLE color: 14357500.

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

Color convert

RGB25219219-
CMYK00.920.130.01
HSL308.5º97.49%53.14%-
HSV(B)308.5º92.46%98.82%-
XYZ53.1626.2869.29-
YUV111.47188.69228.24-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 51.43%
GREEN value IS 19 (7.81% from 255) = 3.88%
BLUE value IS 219 (85.94% from 255) = 44.69%
R=51.43%
G=3.88%
B=44.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521921900.920.130.01308.597.4953.14
HexFC13DB05CD11346135
Octal37423333013415146414165
Binary11111100100111101101101011100110111001101001100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC13DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC13DB; }

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

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

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

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

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

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

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

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