Shades of Hot Magenta #F908DF
Tints of Hot Magenta #F908DF
RGB
CMYK
RGB Variations
Color information
#F908DF (or 0xF908DF) is known color: Hot Magenta. HEX triplet: F9, 08 and DF. RGB value is (249,8,223). Sum of RGB (Red+Green+Blue) = 249+8+223=480 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.88% from 480); Green value is 8 (3.52% from 255 or 1.67% from 480); Blue value is 223 (87.5% from 255 or 46.46% from 480); Max value from RGB is 249 - color contains mainly: red. Hex color #F908DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F908DF is #06F720. Grayscale: #676767. Windows color (decimal): -456481 or 14616825. OLE color: 14616825.
HSL color Cylindrical-coordinate representation of color #F908DF: hue angle of 306.47º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F908DF is Cyan = 0, Magento = 0.97, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 8 | 223 | - |
| CMYK | 0 | 0.97 | 0.10 | 0.02 |
| HSL | 306.47º | 0.95% | 0.5% | - |
| HSV(B) | 306.47º | 0.97% | 0.98% | - |
| XYZ | 52.47 | 25.64 | 72 | - |
| YUV | 104.57 | 194.84 | 231.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 8 | 223 | 0 | 0.97 | 0.10 | 0.02 | 306.47 | 0.95 | 0.5 |
| Hex | F9 | 8 | DF | 0 | 61 | A | 2 | 132 | 5F | 32 |
| Octal | 371 | 10 | 337 | 0 | 141 | 12 | 2 | 462 | 137 | 62 |
| Binary | 11111001 | 1000 | 11011111 | 0 | 1100001 | 1010 | 10 | 100110010 | 1011111 | 110010 |
Color Harmonies of #F908DF
Complementary color
Monochromatic Colors of #F908DF
Black with #F908DF
Text Example
Text Example
White with #F908DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F908DF; }
p { color: rgb(249,8,223); }
H1.HeaderClassName
{
color: #F908DF;
}
.AnyTagClassName
{
color: #F908DF;
}
</style>
background-color css
<style>
a { background-color: #F908DF; }
a { background-color: rgb(249,8,223); }
div.DivClassName
{
background-color: #F908DF;
}
.BgClassName
{
background-color: #F908DF;
}
</style>
border-color css
<style>
span { border-color: #F908DF; }
span { border-color: rgb(249,8,223); }
td.TdClassName
{
border-color: #F908DF;
}
.TagClassName
{
border-color: #F908DF;
}
</style>