#FD10E7

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

Shades of Magenta #FD10E7

Tints of Magenta #FD10E7

Color information

#FD10E7 (or 0xFD10E7) is unknown color: approx Magenta. HEX triplet: FD, 10 and E7. RGB value is (253,16,231). Sum of RGB (Red+Green+Blue) = 253+16+231=500 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.6% from 500); Green value is 16 (6.64% from 255 or 3.2% from 500); Blue value is 231 (90.62% from 255 or 46.2% from 500); Max value from RGB is 253 - color contains mainly: red. Hex color #FD10E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD10E7 is #02EF18. Grayscale: #6E6E6E. Windows color (decimal): -192281 or 15143165. OLE color: 15143165.

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

Color convert

RGB25316231-
CMYK00.940.090.01
HSL305.57º98.34%52.75%-
HSV(B)305.57º93.68%99.22%-
XYZ55.1227.0277.91-
YUV111.37195.52229.02-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 50.6%
GREEN value IS 16 (6.64% from 255) = 3.2%
BLUE value IS 231 (90.62% from 255) = 46.2%
R=50.6%
G=3.2%
B=46.2%

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
Decimal2531623100.940.090.01305.5798.3452.75
HexFD10E705E911326235
Octal37520347013611146214265
Binary11111101100001110011101011110100111001100101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD10E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD10E7; }

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

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

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

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

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

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

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

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