Shades of Hot Magenta #FE17DA
Tints of Hot Magenta #FE17DA
RGB
CMYK
RGB Variations
Color information
#FE17DA (or 0xFE17DA) is known color: Hot Magenta. HEX triplet: FE, 17 and DA. RGB value is (254,23,218). Sum of RGB (Red+Green+Blue) = 254+23+218=495 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.31% from 495); Green value is 23 (9.38% from 255 or 4.65% from 495); Blue value is 218 (85.55% from 255 or 44.04% from 495); Max value from RGB is 254 - color contains mainly: red. Hex color #FE17DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE17DA is #01E825. Grayscale: #717171. Windows color (decimal): -124966 or 14292990. OLE color: 14292990.
HSL color Cylindrical-coordinate representation of color #FE17DA: hue angle of 309.35º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FE17DA is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 23 | 218 | - |
| CMYK | 0 | 0.91 | 0.14 | 0.00 |
| HSL | 309.35º | 0.99% | 0.54% | - |
| HSV(B) | 309.35º | 0.91% | 1% | - |
| XYZ | 53.83 | 26.75 | 68.65 | - |
| YUV | 114.3 | 186.53 | 227.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 23 | 218 | 0 | 0.91 | 0.14 | 0.00 | 309.35 | 0.99 | 0.54 |
| Hex | FE | 17 | DA | 0 | 5B | E | 0 | 135 | 63 | 36 |
| Octal | 376 | 27 | 332 | 0 | 133 | 16 | 0 | 465 | 143 | 66 |
| Binary | 11111110 | 10111 | 11011010 | 0 | 1011011 | 1110 | 0 | 100110101 | 1100011 | 110110 |
Color Harmonies of #FE17DA
Complementary color
Monochromatic Colors of #FE17DA
Black with #FE17DA
Text Example
Text Example
White with #FE17DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE17DA; }
p { color: rgb(254,23,218); }
H1.HeaderClassName
{
color: #FE17DA;
}
.AnyTagClassName
{
color: #FE17DA;
}
</style>
background-color css
<style>
a { background-color: #FE17DA; }
a { background-color: rgb(254,23,218); }
div.DivClassName
{
background-color: #FE17DA;
}
.BgClassName
{
background-color: #FE17DA;
}
</style>
border-color css
<style>
span { border-color: #FE17DA; }
span { border-color: rgb(254,23,218); }
td.TdClassName
{
border-color: #FE17DA;
}
.TagClassName
{
border-color: #FE17DA;
}
</style>