Shades of Hot Magenta #F907DF
Tints of Hot Magenta #F907DF
RGB
CMYK
RGB Variations
Color information
#F907DF (or 0xF907DF) is known color: Hot Magenta. HEX triplet: F9, 07 and DF. RGB value is (249,7,223). Sum of RGB (Red+Green+Blue) = 249+7+223=479 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.98% from 479); Green value is 7 (3.12% from 255 or 1.46% from 479); Blue value is 223 (87.5% from 255 or 46.56% from 479); Max value from RGB is 249 - color contains mainly: red. Hex color #F907DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F907DF is #06F820. Grayscale: #676767. Windows color (decimal): -456737 or 14616569. OLE color: 14616569.
HSL color Cylindrical-coordinate representation of color #F907DF: hue angle of 306.45º 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 #F907DF is Cyan = 0, Magento = 0.97, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 7 | 223 | - |
| CMYK | 0 | 0.97 | 0.10 | 0.02 |
| HSL | 306.45º | 0.95% | 0.5% | - |
| HSV(B) | 306.45º | 0.97% | 0.98% | - |
| XYZ | 52.46 | 25.62 | 71.99 | - |
| YUV | 103.98 | 195.17 | 231.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 7 | 223 | 0 | 0.97 | 0.10 | 0.02 | 306.45 | 0.95 | 0.5 |
| Hex | F9 | 7 | DF | 0 | 61 | A | 2 | 132 | 5F | 32 |
| Octal | 371 | 7 | 337 | 0 | 141 | 12 | 2 | 462 | 137 | 62 |
| Binary | 11111001 | 111 | 11011111 | 0 | 1100001 | 1010 | 10 | 100110010 | 1011111 | 110010 |
Color Harmonies of #F907DF
Complementary color
Monochromatic Colors of #F907DF
Black with #F907DF
Text Example
Text Example
White with #F907DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F907DF; }
p { color: rgb(249,7,223); }
H1.HeaderClassName
{
color: #F907DF;
}
.AnyTagClassName
{
color: #F907DF;
}
</style>
background-color css
<style>
a { background-color: #F907DF; }
a { background-color: rgb(249,7,223); }
div.DivClassName
{
background-color: #F907DF;
}
.BgClassName
{
background-color: #F907DF;
}
</style>
border-color css
<style>
span { border-color: #F907DF; }
span { border-color: rgb(249,7,223); }
td.TdClassName
{
border-color: #F907DF;
}
.TagClassName
{
border-color: #F907DF;
}
</style>