#FC17DB

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

Shades of Hot Magenta #FC17DB

Tints of Hot Magenta #FC17DB

Color information

#FC17DB (or 0xFC17DB) is unknown color: approx Hot Magenta. HEX triplet: FC, 17 and DB. RGB value is (252,23,219). Sum of RGB (Red+Green+Blue) = 252+23+219=494 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.01% from 494); Green value is 23 (9.38% from 255 or 4.66% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 252 - color contains mainly: red. Hex color #FC17DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC17DB is #03E824. Grayscale: #717171. Windows color (decimal): -256037 or 14358524. OLE color: 14358524.

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

Color convert

RGB25223219-
CMYK00.910.130.01
HSL308.65º97.45%53.92%-
HSV(B)308.65º90.87%98.82%-
XYZ53.2426.4269.31-
YUV113.82187.37226.56-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 51.01%
GREEN value IS 23 (9.38% from 255) = 4.66%
BLUE value IS 219 (85.94% from 255) = 44.33%
R=51.01%
G=4.66%
B=44.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522321900.910.130.01308.6597.4553.92
HexFC17DB05BD11356136
Octal37427333013315146514166
Binary11111100101111101101101011011110111001101011100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC17DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC17DB; }

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

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

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

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

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

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

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

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