Shades of Hot Magenta #F903C7
Tints of Hot Magenta #F903C7
RGB
CMYK
RGB Variations
Color information
#F903C7 (or 0xF903C7) is known color: Hot Magenta. HEX triplet: F9, 03 and C7. RGB value is (249,3,199). Sum of RGB (Red+Green+Blue) = 249+3+199=451 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.21% from 451); Green value is 3 (1.56% from 255 or 0.67% from 451); Blue value is 199 (78.12% from 255 or 44.12% from 451); Max value from RGB is 249 - color contains mainly: red. Hex color #F903C7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F903C7 is #06FC38. Grayscale: #626262. Windows color (decimal): -457785 or 13042681. OLE color: 13042681.
HSL color Cylindrical-coordinate representation of color #F903C7: hue angle of 312.2º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F903C7 is Cyan = 0, Magento = 0.99, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 3 | 199 | - |
| CMYK | 0 | 0.99 | 0.20 | 0.02 |
| HSL | 312.2º | 0.98% | 0.49% | - |
| HSV(B) | 312.2º | 0.99% | 0.98% | - |
| XYZ | 49.41 | 24.33 | 56.12 | - |
| YUV | 98.9 | 184.5 | 235.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 3 | 199 | 0 | 0.99 | 0.20 | 0.02 | 312.2 | 0.98 | 0.49 |
| Hex | F9 | 3 | C7 | 0 | 63 | 14 | 2 | 138 | 62 | 31 |
| Octal | 371 | 3 | 307 | 0 | 143 | 24 | 2 | 470 | 142 | 61 |
| Binary | 11111001 | 11 | 11000111 | 0 | 1100011 | 10100 | 10 | 100111000 | 1100010 | 110001 |
Color Harmonies of #F903C7
Complementary color
Monochromatic Colors of #F903C7
Black with #F903C7
Text Example
Text Example
White with #F903C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F903C7; }
p { color: rgb(249,3,199); }
H1.HeaderClassName
{
color: #F903C7;
}
.AnyTagClassName
{
color: #F903C7;
}
</style>
background-color css
<style>
a { background-color: #F903C7; }
a { background-color: rgb(249,3,199); }
div.DivClassName
{
background-color: #F903C7;
}
.BgClassName
{
background-color: #F903C7;
}
</style>
border-color css
<style>
span { border-color: #F903C7; }
span { border-color: rgb(249,3,199); }
td.TdClassName
{
border-color: #F903C7;
}
.TagClassName
{
border-color: #F903C7;
}
</style>