Shades of Magenta #F003F9
Tints of Magenta #F003F9
RGB
CMYK
RGB Variations
Color information
#F003F9 (or 0xF003F9) is known color: Magenta. HEX triplet: F0, 03 and F9. RGB value is (240,3,249). Sum of RGB (Red+Green+Blue) = 240+3+249=492 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.78% from 492); Green value is 3 (1.56% from 255 or 0.61% from 492); Blue value is 249 (97.66% from 255 or 50.61% from 492); Max value from RGB is 249 - color contains mainly: blue. Hex color #F003F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F003F9 is #0FFC06. Grayscale: #656565. Windows color (decimal): -1047559 or 16319472. OLE color: 16319472.
HSL color Cylindrical-coordinate representation of color #F003F9: hue angle of 297.8º 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 #F003F9 is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 3 | 249 | - |
| CMYK | 0.04 | 0.99 | 0 | 0.02 |
| HSL | 297.8º | 0.98% | 0.49% | - |
| HSV(B) | 297.8º | 0.99% | 0.98% | - |
| XYZ | 53.07 | 25.43 | 91.73 | - |
| YUV | 101.91 | 211.02 | 226.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 3 | 249 | 0.04 | 0.99 | 0 | 0.02 | 297.8 | 0.98 | 0.49 |
| Hex | F0 | 3 | F9 | 4 | 63 | 0 | 2 | 12A | 62 | 31 |
| Octal | 360 | 3 | 371 | 4 | 143 | 0 | 2 | 452 | 142 | 61 |
| Binary | 11110000 | 11 | 11111001 | 100 | 1100011 | 0 | 10 | 100101010 | 1100010 | 110001 |
Color Harmonies of #F003F9
Complementary color
Monochromatic Colors of #F003F9
Black with #F003F9
Text Example
Text Example
White with #F003F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F003F9; }
p { color: rgb(240,3,249); }
H1.HeaderClassName
{
color: #F003F9;
}
.AnyTagClassName
{
color: #F003F9;
}
</style>
background-color css
<style>
a { background-color: #F003F9; }
a { background-color: rgb(240,3,249); }
div.DivClassName
{
background-color: #F003F9;
}
.BgClassName
{
background-color: #F003F9;
}
</style>
border-color css
<style>
span { border-color: #F003F9; }
span { border-color: rgb(240,3,249); }
td.TdClassName
{
border-color: #F003F9;
}
.TagClassName
{
border-color: #F003F9;
}
</style>