Shades of Hot Magenta #F405DA
Tints of Hot Magenta #F405DA
RGB
CMYK
RGB Variations
Color information
#F405DA (or 0xF405DA) is known color: Hot Magenta. HEX triplet: F4, 05 and DA. RGB value is (244,5,218). Sum of RGB (Red+Green+Blue) = 244+5+218=467 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.25% from 467); Green value is 5 (2.34% from 255 or 1.07% from 467); Blue value is 218 (85.55% from 255 or 46.68% from 467); Max value from RGB is 244 - color contains mainly: red. Hex color #F405DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F405DA is #0BFA25. Grayscale: #646464. Windows color (decimal): -784934 or 14288372. OLE color: 14288372.
HSL color Cylindrical-coordinate representation of color #F405DA: hue angle of 306.53º 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 #F405DA is Cyan = 0, Magento = 0.98, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 5 | 218 | - |
| CMYK | 0 | 0.98 | 0.11 | 0.04 |
| HSL | 306.53º | 0.96% | 0.49% | - |
| HSV(B) | 306.53º | 0.98% | 0.96% | - |
| XYZ | 50.02 | 24.4 | 68.4 | - |
| YUV | 100.74 | 194.18 | 230.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 5 | 218 | 0 | 0.98 | 0.11 | 0.04 | 306.53 | 0.96 | 0.49 |
| Hex | F4 | 5 | DA | 0 | 62 | B | 4 | 133 | 60 | 31 |
| Octal | 364 | 5 | 332 | 0 | 142 | 13 | 4 | 463 | 140 | 61 |
| Binary | 11110100 | 101 | 11011010 | 0 | 1100010 | 1011 | 100 | 100110011 | 1100000 | 110001 |
Color Harmonies of #F405DA
Complementary color
Monochromatic Colors of #F405DA
Black with #F405DA
Text Example
Text Example
White with #F405DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F405DA; }
p { color: rgb(244,5,218); }
H1.HeaderClassName
{
color: #F405DA;
}
.AnyTagClassName
{
color: #F405DA;
}
</style>
background-color css
<style>
a { background-color: #F405DA; }
a { background-color: rgb(244,5,218); }
div.DivClassName
{
background-color: #F405DA;
}
.BgClassName
{
background-color: #F405DA;
}
</style>
border-color css
<style>
span { border-color: #F405DA; }
span { border-color: rgb(244,5,218); }
td.TdClassName
{
border-color: #F405DA;
}
.TagClassName
{
border-color: #F405DA;
}
</style>