Shades of Hot Magenta #F505D4
Tints of Hot Magenta #F505D4
RGB
CMYK
RGB Variations
Color information
#F505D4 (or 0xF505D4) is known color: Hot Magenta. HEX triplet: F5, 05 and D4. RGB value is (245,5,212). Sum of RGB (Red+Green+Blue) = 245+5+212=462 (61% of max value = 765). Red value is 245 (96.09% from 255 or 53.03% from 462); Green value is 5 (2.34% from 255 or 1.08% from 462); Blue value is 212 (83.20% from 255 or 45.89% from 462); Max value from RGB is 245 - color contains mainly: red. Hex color #F505D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F505D4 is #0AFA2B. Grayscale: #636363. Windows color (decimal): -719404 or 13895157. OLE color: 13895157.
HSL color Cylindrical-coordinate representation of color #F505D4: hue angle of 308.25º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F505D4 is Cyan = 0, Magento = 0.98, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 5 | 212 | - |
| CMYK | 0 | 0.98 | 0.13 | 0.04 |
| HSL | 308.25º | 0.96% | 0.49% | - |
| HSV(B) | 308.25º | 0.98% | 0.96% | - |
| XYZ | 49.59 | 24.27 | 64.36 | - |
| YUV | 100.36 | 191.01 | 231.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 5 | 212 | 0 | 0.98 | 0.13 | 0.04 | 308.25 | 0.96 | 0.49 |
| Hex | F5 | 5 | D4 | 0 | 62 | D | 4 | 134 | 60 | 31 |
| Octal | 365 | 5 | 324 | 0 | 142 | 15 | 4 | 464 | 140 | 61 |
| Binary | 11110101 | 101 | 11010100 | 0 | 1100010 | 1101 | 100 | 100110100 | 1100000 | 110001 |
Color Harmonies of #F505D4
Complementary color
Monochromatic Colors of #F505D4
Black with #F505D4
Text Example
Text Example
White with #F505D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F505D4; }
p { color: rgb(245,5,212); }
H1.HeaderClassName
{
color: #F505D4;
}
.AnyTagClassName
{
color: #F505D4;
}
</style>
background-color css
<style>
a { background-color: #F505D4; }
a { background-color: rgb(245,5,212); }
div.DivClassName
{
background-color: #F505D4;
}
.BgClassName
{
background-color: #F505D4;
}
</style>
border-color css
<style>
span { border-color: #F505D4; }
span { border-color: rgb(245,5,212); }
td.TdClassName
{
border-color: #F505D4;
}
.TagClassName
{
border-color: #F505D4;
}
</style>