#FD19EB

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

Shades of Magenta #FD19EB

Tints of Magenta #FD19EB

Color information

#FD19EB (or 0xFD19EB) is unknown color: approx Magenta. HEX triplet: FD, 19 and EB. RGB value is (253,25,235). Sum of RGB (Red+Green+Blue) = 253+25+235=513 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.32% from 513); Green value is 25 (10.16% from 255 or 4.87% from 513); Blue value is 235 (92.19% from 255 or 45.81% from 513); Max value from RGB is 253 - color contains mainly: red. Hex color #FD19EB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD19EB is #02E614. Grayscale: #747474. Windows color (decimal): -189973 or 15407613. OLE color: 15407613.

HSL color Cylindrical-coordinate representation of color #FD19EB: hue angle of 304.74º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FD19EB is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB25325235-
CMYK00.900.070.01
HSL304.74º98.28%54.51%-
HSV(B)304.74º90.12%99.22%-
XYZ55.8527.5880.98-
YUV117.11194.54224.92-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 49.32%
GREEN value IS 25 (10.16% from 255) = 4.87%
BLUE value IS 235 (92.19% from 255) = 45.81%
R=49.32%
G=4.87%
B=45.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532523500.900.070.01304.7498.2854.51
HexFD19EB05A711316237
Octal3753135301327146114267
Binary1111110111001111010110101101011111001100011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD19EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD19EB; }

 p { color: rgb(253,25,235); }

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

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

 a { background-color: rgb(253,25,235); }

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

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

 span { border-color: rgb(253,25,235); }

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