Shades of Hot Magenta #F51ADE
Tints of Hot Magenta #F51ADE
RGB
CMYK
RGB Variations
Color information
#F51ADE (or 0xF51ADE) is known color: Hot Magenta. HEX triplet: F5, 1A and DE. RGB value is (245,26,222). Sum of RGB (Red+Green+Blue) = 245+26+222=493 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.70% from 493); Green value is 26 (10.55% from 255 or 5.27% from 493); Blue value is 222 (87.11% from 255 or 45.03% from 493); Max value from RGB is 245 - color contains mainly: red. Hex color #F51ADE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F51ADE is #0AE521. Grayscale: #717171. Windows color (decimal): -714018 or 14555893. OLE color: 14555893.
HSL color Cylindrical-coordinate representation of color #F51ADE: hue angle of 306.3º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F51ADE is Cyan = 0, Magento = 0.89, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 26 | 222 | - |
| CMYK | 0 | 0.89 | 0.09 | 0.04 |
| HSL | 306.3º | 0.92% | 0.53% | - |
| HSV(B) | 306.3º | 0.89% | 0.96% | - |
| XYZ | 51.21 | 25.43 | 71.32 | - |
| YUV | 113.83 | 189.05 | 221.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 26 | 222 | 0 | 0.89 | 0.09 | 0.04 | 306.3 | 0.92 | 0.53 |
| Hex | F5 | 1A | DE | 0 | 59 | 9 | 4 | 132 | 5C | 35 |
| Octal | 365 | 32 | 336 | 0 | 131 | 11 | 4 | 462 | 134 | 65 |
| Binary | 11110101 | 11010 | 11011110 | 0 | 1011001 | 1001 | 100 | 100110010 | 1011100 | 110101 |
Color Harmonies of #F51ADE
Complementary color
Monochromatic Colors of #F51ADE
Black with #F51ADE
Text Example
Text Example
White with #F51ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51ADE; }
p { color: rgb(245,26,222); }
H1.HeaderClassName
{
color: #F51ADE;
}
.AnyTagClassName
{
color: #F51ADE;
}
</style>
background-color css
<style>
a { background-color: #F51ADE; }
a { background-color: rgb(245,26,222); }
div.DivClassName
{
background-color: #F51ADE;
}
.BgClassName
{
background-color: #F51ADE;
}
</style>
border-color css
<style>
span { border-color: #F51ADE; }
span { border-color: rgb(245,26,222); }
td.TdClassName
{
border-color: #F51ADE;
}
.TagClassName
{
border-color: #F51ADE;
}
</style>