Shades of Hot Magenta #F008D5
Tints of Hot Magenta #F008D5
RGB
CMYK
RGB Variations
Color information
#F008D5 (or 0xF008D5) is known color: Hot Magenta. HEX triplet: F0, 08 and D5. RGB value is (240,8,213). Sum of RGB (Red+Green+Blue) = 240+8+213=461 (61% of max value = 765). Red value is 240 (94.14% from 255 or 52.06% from 461); Green value is 8 (3.52% from 255 or 1.74% from 461); Blue value is 213 (83.59% from 255 or 46.20% from 461); Max value from RGB is 240 - color contains mainly: red. Hex color #F008D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F008D5 is #0FF72A. Grayscale: #646464. Windows color (decimal): -1046315 or 13961456. OLE color: 13961456.
HSL color Cylindrical-coordinate representation of color #F008D5: hue angle of 306.98º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F008D5 is Cyan = 0, Magento = 0.97, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 8 | 213 | - |
| CMYK | 0 | 0.97 | 0.11 | 0.06 |
| HSL | 306.98º | 0.94% | 0.49% | - |
| HSV(B) | 306.98º | 0.97% | 0.94% | - |
| XYZ | 48.03 | 23.5 | 64.96 | - |
| YUV | 100.74 | 191.36 | 227.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 8 | 213 | 0 | 0.97 | 0.11 | 0.06 | 306.98 | 0.94 | 0.49 |
| Hex | F0 | 8 | D5 | 0 | 61 | B | 6 | 133 | 5E | 31 |
| Octal | 360 | 10 | 325 | 0 | 141 | 13 | 6 | 463 | 136 | 61 |
| Binary | 11110000 | 1000 | 11010101 | 0 | 1100001 | 1011 | 110 | 100110011 | 1011110 | 110001 |
Color Harmonies of #F008D5
Complementary color
Monochromatic Colors of #F008D5
Black with #F008D5
Text Example
Text Example
White with #F008D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F008D5; }
p { color: rgb(240,8,213); }
H1.HeaderClassName
{
color: #F008D5;
}
.AnyTagClassName
{
color: #F008D5;
}
</style>
background-color css
<style>
a { background-color: #F008D5; }
a { background-color: rgb(240,8,213); }
div.DivClassName
{
background-color: #F008D5;
}
.BgClassName
{
background-color: #F008D5;
}
</style>
border-color css
<style>
span { border-color: #F008D5; }
span { border-color: rgb(240,8,213); }
td.TdClassName
{
border-color: #F008D5;
}
.TagClassName
{
border-color: #F008D5;
}
</style>