Shades of Hot Magenta #F511D3
Tints of Hot Magenta #F511D3
RGB
CMYK
RGB Variations
Color information
#F511D3 (or 0xF511D3) is known color: Hot Magenta. HEX triplet: F5, 11 and D3. RGB value is (245,17,211). Sum of RGB (Red+Green+Blue) = 245+17+211=473 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.80% from 473); Green value is 17 (7.03% from 255 or 3.59% from 473); Blue value is 211 (82.81% from 255 or 44.61% from 473); Max value from RGB is 245 - color contains mainly: red. Hex color #F511D3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F511D3 is #0AEE2C. Grayscale: #6A6A6A. Windows color (decimal): -716333 or 13832693. OLE color: 13832693.
HSL color Cylindrical-coordinate representation of color #F511D3: hue angle of 308.95º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F511D3 is Cyan = 0, Magento = 0.93, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 17 | 211 | - |
| CMYK | 0 | 0.93 | 0.14 | 0.04 |
| HSL | 308.95º | 0.92% | 0.51% | - |
| HSV(B) | 308.95º | 0.93% | 0.96% | - |
| XYZ | 49.61 | 24.52 | 63.75 | - |
| YUV | 107.29 | 186.54 | 226.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 17 | 211 | 0 | 0.93 | 0.14 | 0.04 | 308.95 | 0.92 | 0.51 |
| Hex | F5 | 11 | D3 | 0 | 5D | E | 4 | 135 | 5C | 33 |
| Octal | 365 | 21 | 323 | 0 | 135 | 16 | 4 | 465 | 134 | 63 |
| Binary | 11110101 | 10001 | 11010011 | 0 | 1011101 | 1110 | 100 | 100110101 | 1011100 | 110011 |
Color Harmonies of #F511D3
Complementary color
Monochromatic Colors of #F511D3
Black with #F511D3
Text Example
Text Example
White with #F511D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F511D3; }
p { color: rgb(245,17,211); }
H1.HeaderClassName
{
color: #F511D3;
}
.AnyTagClassName
{
color: #F511D3;
}
</style>
background-color css
<style>
a { background-color: #F511D3; }
a { background-color: rgb(245,17,211); }
div.DivClassName
{
background-color: #F511D3;
}
.BgClassName
{
background-color: #F511D3;
}
</style>
border-color css
<style>
span { border-color: #F511D3; }
span { border-color: rgb(245,17,211); }
td.TdClassName
{
border-color: #F511D3;
}
.TagClassName
{
border-color: #F511D3;
}
</style>