Shades of Hot Magenta #F918DA
Tints of Hot Magenta #F918DA
RGB
CMYK
RGB Variations
Color information
#F918DA (or 0xF918DA) is known color: Hot Magenta. HEX triplet: F9, 18 and DA. RGB value is (249,24,218). Sum of RGB (Red+Green+Blue) = 249+24+218=491 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.71% from 491); Green value is 24 (9.77% from 255 or 4.89% from 491); Blue value is 218 (85.55% from 255 or 44.40% from 491); Max value from RGB is 249 - color contains mainly: red. Hex color #F918DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F918DA is #06E725. Grayscale: #707070. Windows color (decimal): -452390 or 14293241. OLE color: 14293241.
HSL color Cylindrical-coordinate representation of color #F918DA: hue angle of 308.27º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F918DA is Cyan = 0, Magento = 0.90, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 24 | 218 | - |
| CMYK | 0 | 0.90 | 0.12 | 0.02 |
| HSL | 308.27º | 0.95% | 0.54% | - |
| HSV(B) | 308.27º | 0.9% | 0.98% | - |
| XYZ | 52.05 | 25.85 | 68.58 | - |
| YUV | 113.39 | 187.04 | 224.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 24 | 218 | 0 | 0.90 | 0.12 | 0.02 | 308.27 | 0.95 | 0.54 |
| Hex | F9 | 18 | DA | 0 | 5A | C | 2 | 134 | 5F | 36 |
| Octal | 371 | 30 | 332 | 0 | 132 | 14 | 2 | 464 | 137 | 66 |
| Binary | 11111001 | 11000 | 11011010 | 0 | 1011010 | 1100 | 10 | 100110100 | 1011111 | 110110 |
Color Harmonies of #F918DA
Complementary color
Monochromatic Colors of #F918DA
Black with #F918DA
Text Example
Text Example
White with #F918DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F918DA; }
p { color: rgb(249,24,218); }
H1.HeaderClassName
{
color: #F918DA;
}
.AnyTagClassName
{
color: #F918DA;
}
</style>
background-color css
<style>
a { background-color: #F918DA; }
a { background-color: rgb(249,24,218); }
div.DivClassName
{
background-color: #F918DA;
}
.BgClassName
{
background-color: #F918DA;
}
</style>
border-color css
<style>
span { border-color: #F918DA; }
span { border-color: rgb(249,24,218); }
td.TdClassName
{
border-color: #F918DA;
}
.TagClassName
{
border-color: #F918DA;
}
</style>