Shades of Hot Magenta #F51ADF
Tints of Hot Magenta #F51ADF
RGB
CMYK
RGB Variations
Color information
#F51ADF (or 0xF51ADF) is known color: Hot Magenta. HEX triplet: F5, 1A and DF. RGB value is (245,26,223). Sum of RGB (Red+Green+Blue) = 245+26+223=494 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.60% from 494); Green value is 26 (10.55% from 255 or 5.26% from 494); Blue value is 223 (87.5% from 255 or 45.14% from 494); Max value from RGB is 245 - color contains mainly: red. Hex color #F51ADF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F51ADF is #0AE520. Grayscale: #717171. Windows color (decimal): -714017 or 14621429. OLE color: 14621429.
HSL color Cylindrical-coordinate representation of color #F51ADF: hue angle of 306.03º 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 #F51ADF is Cyan = 0, Magento = 0.89, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 26 | 223 | - |
| CMYK | 0 | 0.89 | 0.09 | 0.04 |
| HSL | 306.03º | 0.92% | 0.53% | - |
| HSV(B) | 306.03º | 0.89% | 0.96% | - |
| XYZ | 51.34 | 25.48 | 72.02 | - |
| YUV | 113.94 | 189.55 | 221.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 26 | 223 | 0 | 0.89 | 0.09 | 0.04 | 306.03 | 0.92 | 0.53 |
| Hex | F5 | 1A | DF | 0 | 59 | 9 | 4 | 132 | 5C | 35 |
| Octal | 365 | 32 | 337 | 0 | 131 | 11 | 4 | 462 | 134 | 65 |
| Binary | 11110101 | 11010 | 11011111 | 0 | 1011001 | 1001 | 100 | 100110010 | 1011100 | 110101 |
Color Harmonies of #F51ADF
Complementary color
Monochromatic Colors of #F51ADF
Black with #F51ADF
Text Example
Text Example
White with #F51ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51ADF; }
p { color: rgb(245,26,223); }
H1.HeaderClassName
{
color: #F51ADF;
}
.AnyTagClassName
{
color: #F51ADF;
}
</style>
background-color css
<style>
a { background-color: #F51ADF; }
a { background-color: rgb(245,26,223); }
div.DivClassName
{
background-color: #F51ADF;
}
.BgClassName
{
background-color: #F51ADF;
}
</style>
border-color css
<style>
span { border-color: #F51ADF; }
span { border-color: rgb(245,26,223); }
td.TdClassName
{
border-color: #F51ADF;
}
.TagClassName
{
border-color: #F51ADF;
}
</style>