Shades of Magenta #F011F9
Tints of Magenta #F011F9
RGB
CMYK
RGB Variations
Color information
#F011F9 (or 0xF011F9) is known color: Magenta. HEX triplet: F0, 11 and F9. RGB value is (240,17,249). Sum of RGB (Red+Green+Blue) = 240+17+249=506 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.43% from 506); Green value is 17 (7.03% from 255 or 3.36% from 506); Blue value is 249 (97.66% from 255 or 49.21% from 506); Max value from RGB is 249 - color contains mainly: blue. Hex color #F011F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F011F9 is #0FEE06. Grayscale: #6D6D6D. Windows color (decimal): -1043975 or 16323056. OLE color: 16323056.
HSL color Cylindrical-coordinate representation of color #F011F9: hue angle of 297.67º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F011F9 is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 17 | 249 | - |
| CMYK | 0.04 | 0.93 | 0 | 0.02 |
| HSL | 297.67º | 0.95% | 0.52% | - |
| HSV(B) | 297.67º | 0.93% | 0.98% | - |
| XYZ | 53.23 | 25.77 | 91.79 | - |
| YUV | 110.13 | 206.38 | 220.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 17 | 249 | 0.04 | 0.93 | 0 | 0.02 | 297.67 | 0.95 | 0.52 |
| Hex | F0 | 11 | F9 | 4 | 5D | 0 | 2 | 12A | 5F | 34 |
| Octal | 360 | 21 | 371 | 4 | 135 | 0 | 2 | 452 | 137 | 64 |
| Binary | 11110000 | 10001 | 11111001 | 100 | 1011101 | 0 | 10 | 100101010 | 1011111 | 110100 |
Color Harmonies of #F011F9
Complementary color
Monochromatic Colors of #F011F9
Black with #F011F9
Text Example
Text Example
White with #F011F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F011F9; }
p { color: rgb(240,17,249); }
H1.HeaderClassName
{
color: #F011F9;
}
.AnyTagClassName
{
color: #F011F9;
}
</style>
background-color css
<style>
a { background-color: #F011F9; }
a { background-color: rgb(240,17,249); }
div.DivClassName
{
background-color: #F011F9;
}
.BgClassName
{
background-color: #F011F9;
}
</style>
border-color css
<style>
span { border-color: #F011F9; }
span { border-color: rgb(240,17,249); }
td.TdClassName
{
border-color: #F011F9;
}
.TagClassName
{
border-color: #F011F9;
}
</style>