Shades of Hot Magenta #F51ADC
Tints of Hot Magenta #F51ADC
RGB
CMYK
RGB Variations
Color information
#F51ADC (or 0xF51ADC) is known color: Hot Magenta. HEX triplet: F5, 1A and DC. RGB value is (245,26,220). Sum of RGB (Red+Green+Blue) = 245+26+220=491 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.90% from 491); Green value is 26 (10.55% from 255 or 5.30% from 491); Blue value is 220 (86.33% from 255 or 44.81% from 491); Max value from RGB is 245 - color contains mainly: red. Hex color #F51ADC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F51ADC is #0AE523. Grayscale: #717171. Windows color (decimal): -714020 or 14424821. OLE color: 14424821.
HSL color Cylindrical-coordinate representation of color #F51ADC: hue angle of 306.85º 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 #F51ADC is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 26 | 220 | - |
| CMYK | 0 | 0.89 | 0.10 | 0.04 |
| HSL | 306.85º | 0.92% | 0.53% | - |
| HSV(B) | 306.85º | 0.89% | 0.96% | - |
| XYZ | 50.94 | 25.32 | 69.91 | - |
| YUV | 113.6 | 188.05 | 221.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 26 | 220 | 0 | 0.89 | 0.10 | 0.04 | 306.85 | 0.92 | 0.53 |
| Hex | F5 | 1A | DC | 0 | 59 | A | 4 | 133 | 5C | 35 |
| Octal | 365 | 32 | 334 | 0 | 131 | 12 | 4 | 463 | 134 | 65 |
| Binary | 11110101 | 11010 | 11011100 | 0 | 1011001 | 1010 | 100 | 100110011 | 1011100 | 110101 |
Color Harmonies of #F51ADC
Complementary color
Monochromatic Colors of #F51ADC
Black with #F51ADC
Text Example
Text Example
White with #F51ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51ADC; }
p { color: rgb(245,26,220); }
H1.HeaderClassName
{
color: #F51ADC;
}
.AnyTagClassName
{
color: #F51ADC;
}
</style>
background-color css
<style>
a { background-color: #F51ADC; }
a { background-color: rgb(245,26,220); }
div.DivClassName
{
background-color: #F51ADC;
}
.BgClassName
{
background-color: #F51ADC;
}
</style>
border-color css
<style>
span { border-color: #F51ADC; }
span { border-color: rgb(245,26,220); }
td.TdClassName
{
border-color: #F51ADC;
}
.TagClassName
{
border-color: #F51ADC;
}
</style>