Shades of Hot Magenta #F907D3
Tints of Hot Magenta #F907D3
RGB
CMYK
RGB Variations
Color information
#F907D3 (or 0xF907D3) is known color: Hot Magenta. HEX triplet: F9, 07 and D3. RGB value is (249,7,211). Sum of RGB (Red+Green+Blue) = 249+7+211=467 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.32% from 467); Green value is 7 (3.12% from 255 or 1.50% from 467); Blue value is 211 (82.81% from 255 or 45.18% from 467); Max value from RGB is 249 - color contains mainly: red. Hex color #F907D3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F907D3 is #06F82C. Grayscale: #666666. Windows color (decimal): -456749 or 13830137. OLE color: 13830137.
HSL color Cylindrical-coordinate representation of color #F907D3: hue angle of 309.42º 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 #F907D3 is Cyan = 0, Magento = 0.97, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 7 | 211 | - |
| CMYK | 0 | 0.97 | 0.15 | 0.02 |
| HSL | 309.42º | 0.95% | 0.5% | - |
| HSV(B) | 309.42º | 0.97% | 0.98% | - |
| XYZ | 50.9 | 24.99 | 63.77 | - |
| YUV | 102.61 | 189.17 | 232.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 7 | 211 | 0 | 0.97 | 0.15 | 0.02 | 309.42 | 0.95 | 0.5 |
| Hex | F9 | 7 | D3 | 0 | 61 | F | 2 | 135 | 5F | 32 |
| Octal | 371 | 7 | 323 | 0 | 141 | 17 | 2 | 465 | 137 | 62 |
| Binary | 11111001 | 111 | 11010011 | 0 | 1100001 | 1111 | 10 | 100110101 | 1011111 | 110010 |
Color Harmonies of #F907D3
Complementary color
Monochromatic Colors of #F907D3
Black with #F907D3
Text Example
Text Example
White with #F907D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F907D3; }
p { color: rgb(249,7,211); }
H1.HeaderClassName
{
color: #F907D3;
}
.AnyTagClassName
{
color: #F907D3;
}
</style>
background-color css
<style>
a { background-color: #F907D3; }
a { background-color: rgb(249,7,211); }
div.DivClassName
{
background-color: #F907D3;
}
.BgClassName
{
background-color: #F907D3;
}
</style>
border-color css
<style>
span { border-color: #F907D3; }
span { border-color: rgb(249,7,211); }
td.TdClassName
{
border-color: #F907D3;
}
.TagClassName
{
border-color: #F907D3;
}
</style>