#FD10E4

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

Shades of Hot Magenta #FD10E4

Tints of Hot Magenta #FD10E4

Color information

#FD10E4 (or 0xFD10E4) is unknown color: approx Hot Magenta. HEX triplet: FD, 10 and E4. RGB value is (253,16,228). Sum of RGB (Red+Green+Blue) = 253+16+228=497 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.91% from 497); Green value is 16 (6.64% from 255 or 3.22% from 497); Blue value is 228 (89.45% from 255 or 45.88% from 497); Max value from RGB is 253 - color contains mainly: red. Hex color #FD10E4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD10E4 is #02EF1B. Grayscale: #6E6E6E. Windows color (decimal): -192284 or 14946557. OLE color: 14946557.

HSL color Cylindrical-coordinate representation of color #FD10E4: hue angle of 306.33º 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 #FD10E4 is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB25316228-
CMYK00.940.100.01
HSL306.33º98.34%52.75%-
HSV(B)306.33º93.68%99.22%-
XYZ54.726.8575.7-
YUV111.03194.02229.26-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 50.91%
GREEN value IS 16 (6.64% from 255) = 3.22%
BLUE value IS 228 (89.45% from 255) = 45.88%
R=50.91%
G=3.22%
B=45.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531622800.940.100.01306.3398.3452.75
HexFD10E405EA11326235
Octal37520344013612146214265
Binary11111101100001110010001011110101011001100101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD10E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD10E4; }

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

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

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

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

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

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

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

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