#FD10EA

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

Shades of Magenta #FD10EA

Tints of Magenta #FD10EA

Color information

#FD10EA (or 0xFD10EA) is unknown color: approx Magenta. HEX triplet: FD, 10 and EA. RGB value is (253,16,234). Sum of RGB (Red+Green+Blue) = 253+16+234=503 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.30% from 503); Green value is 16 (6.64% from 255 or 3.18% from 503); Blue value is 234 (91.80% from 255 or 46.52% from 503); Max value from RGB is 253 - color contains mainly: red. Hex color #FD10EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD10EA is #02EF15. Grayscale: #6F6F6F. Windows color (decimal): -192278 or 15339773. OLE color: 15339773.

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

Color convert

RGB25316234-
CMYK00.940.080.01
HSL304.81º98.34%52.75%-
HSV(B)304.81º93.68%99.22%-
XYZ55.5427.1980.16-
YUV111.71197.02228.77-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 50.30%
GREEN value IS 16 (6.64% from 255) = 3.18%
BLUE value IS 234 (91.80% from 255) = 46.52%
R=50.30%
G=3.18%
B=46.52%

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
Decimal2531623400.940.080.01304.8198.3452.75
HexFD10EA05E811316235
Octal37520352013610146114265
Binary11111101100001110101001011110100011001100011100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD10EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD10EA; }

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

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

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

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

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

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

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

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