Shades of Hot Magenta #F906C8
Tints of Hot Magenta #F906C8
RGB
CMYK
RGB Variations
Color information
#F906C8 (or 0xF906C8) is known color: Hot Magenta. HEX triplet: F9, 06 and C8. RGB value is (249,6,200). Sum of RGB (Red+Green+Blue) = 249+6+200=455 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.73% from 455); Green value is 6 (2.73% from 255 or 1.32% from 455); Blue value is 200 (78.52% from 255 or 43.96% from 455); Max value from RGB is 249 - color contains mainly: red. Hex color #F906C8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F906C8 is #06F937. Grayscale: #646464. Windows color (decimal): -457016 or 13108985. OLE color: 13108985.
HSL color Cylindrical-coordinate representation of color #F906C8: hue angle of 312.1º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F906C8 is Cyan = 0, Magento = 0.98, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 6 | 200 | - |
| CMYK | 0 | 0.98 | 0.20 | 0.02 |
| HSL | 312.1º | 0.95% | 0.5% | - |
| HSV(B) | 312.1º | 0.98% | 0.98% | - |
| XYZ | 49.56 | 24.44 | 56.75 | - |
| YUV | 100.77 | 184.01 | 233.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 6 | 200 | 0 | 0.98 | 0.20 | 0.02 | 312.1 | 0.95 | 0.5 |
| Hex | F9 | 6 | C8 | 0 | 62 | 14 | 2 | 138 | 5F | 32 |
| Octal | 371 | 6 | 310 | 0 | 142 | 24 | 2 | 470 | 137 | 62 |
| Binary | 11111001 | 110 | 11001000 | 0 | 1100010 | 10100 | 10 | 100111000 | 1011111 | 110010 |
Color Harmonies of #F906C8
Complementary color
Monochromatic Colors of #F906C8
Black with #F906C8
Text Example
Text Example
White with #F906C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F906C8; }
p { color: rgb(249,6,200); }
H1.HeaderClassName
{
color: #F906C8;
}
.AnyTagClassName
{
color: #F906C8;
}
</style>
background-color css
<style>
a { background-color: #F906C8; }
a { background-color: rgb(249,6,200); }
div.DivClassName
{
background-color: #F906C8;
}
.BgClassName
{
background-color: #F906C8;
}
</style>
border-color css
<style>
span { border-color: #F906C8; }
span { border-color: rgb(249,6,200); }
td.TdClassName
{
border-color: #F906C8;
}
.TagClassName
{
border-color: #F906C8;
}
</style>