#FE19DA

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

Shades of Hot Magenta #FE19DA

Tints of Hot Magenta #FE19DA

Color information

#FE19DA (or 0xFE19DA) is unknown color: approx Hot Magenta. HEX triplet: FE, 19 and DA. RGB value is (254,25,218). Sum of RGB (Red+Green+Blue) = 254+25+218=497 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.11% from 497); Green value is 25 (10.16% from 255 or 5.03% from 497); Blue value is 218 (85.55% from 255 or 43.86% from 497); Max value from RGB is 254 - color contains mainly: red. Hex color #FE19DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE19DA is #01E625. Grayscale: #727272. Windows color (decimal): -124454 or 14293502. OLE color: 14293502.

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

Color convert

RGB25425218-
CMYK00.900.140.00
HSL309.43º99.13%54.71%-
HSV(B)309.43º90.16%99.61%-
XYZ53.8826.8368.67-
YUV115.47185.87226.81-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 51.11%
GREEN value IS 25 (10.16% from 255) = 5.03%
BLUE value IS 218 (85.55% from 255) = 43.86%
R=51.11%
G=5.03%
B=43.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.14
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542521800.900.140.00309.4399.1354.71
HexFE19DA05AE01356337
Octal37631332013216046514367
Binary11111110110011101101001011010111001001101011100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE19DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE19DA; }

 p { color: rgb(254,25,218); }

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

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

 a { background-color: rgb(254,25,218); }

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

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

 span { border-color: rgb(254,25,218); }

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