#FD10E5

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

Shades of Hot Magenta #FD10E5

Tints of Hot Magenta #FD10E5

Color information

#FD10E5 (or 0xFD10E5) is unknown color: approx Hot Magenta. HEX triplet: FD, 10 and E5. RGB value is (253,16,229). Sum of RGB (Red+Green+Blue) = 253+16+229=498 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.80% from 498); Green value is 16 (6.64% from 255 or 3.21% from 498); Blue value is 229 (89.84% from 255 or 45.98% from 498); Max value from RGB is 253 - color contains mainly: red. Hex color #FD10E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD10E5 is #02EF1A. Grayscale: #6E6E6E. Windows color (decimal): -192283 or 15012093. OLE color: 15012093.

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

Color convert

RGB25316229-
CMYK00.940.090.01
HSL306.08º98.34%52.75%-
HSV(B)306.08º93.68%99.22%-
XYZ54.8426.9176.43-
YUV111.14194.52229.18-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 50.80%
GREEN value IS 16 (6.64% from 255) = 3.21%
BLUE value IS 229 (89.84% from 255) = 45.98%
R=50.80%
G=3.21%
B=45.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531622900.940.090.01306.0898.3452.75
HexFD10E505E911326235
Octal37520345013611146214265
Binary11111101100001110010101011110100111001100101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD10E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD10E5; }

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

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

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

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

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

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

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

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