#FD10DC

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

Shades of Hot Magenta #FD10DC

Tints of Hot Magenta #FD10DC

Color information

#FD10DC (or 0xFD10DC) is unknown color: approx Hot Magenta. HEX triplet: FD, 10 and DC. RGB value is (253,16,220). Sum of RGB (Red+Green+Blue) = 253+16+220=489 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.74% from 489); Green value is 16 (6.64% from 255 or 3.27% from 489); Blue value is 220 (86.33% from 255 or 44.99% from 489); Max value from RGB is 253 - color contains mainly: red. Hex color #FD10DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD10DC is #02EF23. Grayscale: #6D6D6D. Windows color (decimal): -192292 or 14422269. OLE color: 14422269.

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

Color convert

RGB25316220-
CMYK00.940.130.01
HSL308.35º98.34%52.75%-
HSV(B)308.35º93.68%99.22%-
XYZ53.6126.4269.98-
YUV110.12190.02229.91-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 51.74%
GREEN value IS 16 (6.64% from 255) = 3.27%
BLUE value IS 220 (86.33% from 255) = 44.99%
R=51.74%
G=3.27%
B=44.99%

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
Decimal2531622000.940.130.01308.3598.3452.75
HexFD10DC05ED11346235
Octal37520334013615146414265
Binary11111101100001101110001011110110111001101001100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD10DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD10DC; }

 p { color: rgb(253,16,220); }

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

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

 a { background-color: rgb(253,16,220); }

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

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

 span { border-color: rgb(253,16,220); }

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