Shades of Hot Magenta #F903DA
Tints of Hot Magenta #F903DA
RGB
CMYK
RGB Variations
Color information
#F903DA (or 0xF903DA) is known color: Hot Magenta. HEX triplet: F9, 03 and DA. RGB value is (249,3,218). Sum of RGB (Red+Green+Blue) = 249+3+218=470 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.98% from 470); Green value is 3 (1.56% from 255 or 0.64% from 470); Blue value is 218 (85.55% from 255 or 46.38% from 470); Max value from RGB is 249 - color contains mainly: red. Hex color #F903DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F903DA is #06FC25. Grayscale: #646464. Windows color (decimal): -457766 or 14287865. OLE color: 14287865.
HSL color Cylindrical-coordinate representation of color #F903DA: hue angle of 307.56º 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 #F903DA is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 3 | 218 | - |
| CMYK | 0 | 0.99 | 0.12 | 0.02 |
| HSL | 307.56º | 0.98% | 0.49% | - |
| HSV(B) | 307.56º | 0.99% | 0.98% | - |
| XYZ | 51.75 | 25.27 | 68.48 | - |
| YUV | 101.06 | 194 | 233.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 3 | 218 | 0 | 0.99 | 0.12 | 0.02 | 307.56 | 0.98 | 0.49 |
| Hex | F9 | 3 | DA | 0 | 63 | C | 2 | 134 | 62 | 31 |
| Octal | 371 | 3 | 332 | 0 | 143 | 14 | 2 | 464 | 142 | 61 |
| Binary | 11111001 | 11 | 11011010 | 0 | 1100011 | 1100 | 10 | 100110100 | 1100010 | 110001 |
Color Harmonies of #F903DA
Complementary color
Monochromatic Colors of #F903DA
Black with #F903DA
Text Example
Text Example
White with #F903DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F903DA; }
p { color: rgb(249,3,218); }
H1.HeaderClassName
{
color: #F903DA;
}
.AnyTagClassName
{
color: #F903DA;
}
</style>
background-color css
<style>
a { background-color: #F903DA; }
a { background-color: rgb(249,3,218); }
div.DivClassName
{
background-color: #F903DA;
}
.BgClassName
{
background-color: #F903DA;
}
</style>
border-color css
<style>
span { border-color: #F903DA; }
span { border-color: rgb(249,3,218); }
td.TdClassName
{
border-color: #F903DA;
}
.TagClassName
{
border-color: #F903DA;
}
</style>