#FD10E9

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

Shades of Magenta #FD10E9

Tints of Magenta #FD10E9

Color information

#FD10E9 (or 0xFD10E9) is unknown color: approx Magenta. HEX triplet: FD, 10 and E9. RGB value is (253,16,233). Sum of RGB (Red+Green+Blue) = 253+16+233=502 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.40% from 502); Green value is 16 (6.64% from 255 or 3.19% from 502); Blue value is 233 (91.41% from 255 or 46.41% from 502); Max value from RGB is 253 - color contains mainly: red. Hex color #FD10E9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD10E9 is #02EF16. Grayscale: #6E6E6E. Windows color (decimal): -192279 or 15274237. OLE color: 15274237.

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

Color convert

RGB25316233-
CMYK00.940.080.01
HSL305.06º98.34%52.75%-
HSV(B)305.06º93.68%99.22%-
XYZ55.427.1479.41-
YUV111.6196.52228.86-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 50.40%
GREEN value IS 16 (6.64% from 255) = 3.19%
BLUE value IS 233 (91.41% from 255) = 46.41%
R=50.40%
G=3.19%
B=46.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531623300.940.080.01305.0698.3452.75
HexFD10E905E811316235
Octal37520351013610146114265
Binary11111101100001110100101011110100011001100011100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD10E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD10E9; }

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

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

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

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

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

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

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

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