Shades of Magenta #F01CF0
Tints of Magenta #F01CF0
RGB
CMYK
RGB Variations
Color information
#F01CF0 (or 0xF01CF0) is known color: Magenta. HEX triplet: F0, 1C and F0. RGB value is (240,28,240). Sum of RGB (Red+Green+Blue) = 240+28+240=508 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.24% from 508); Green value is 28 (11.33% from 255 or 5.51% from 508); Blue value is 240 (94.14% from 255 or 47.24% from 508); Max value from RGB is 240 - color contains mainly: red, blue. Hex color #F01CF0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F01CF0 is #0FE30F. Grayscale: #727272. Windows color (decimal): -1041168 or 15736048. OLE color: 15736048.
HSL color Cylindrical-coordinate representation of color #F01CF0: hue angle of 300º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F01CF0 is Cyan = 0, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 28 | 240 | - |
| CMYK | 0 | 0.88 | 0 | 0.06 |
| HSL | 300º | 0.88% | 0.53% | - |
| HSV(B) | 300º | 0.88% | 0.94% | - |
| XYZ | 52.08 | 25.65 | 84.64 | - |
| YUV | 115.56 | 198.24 | 216.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 28 | 240 | 0 | 0.88 | 0 | 0.06 | 300 | 0.88 | 0.53 |
| Hex | F0 | 1C | F0 | 0 | 58 | 0 | 6 | 12C | 58 | 35 |
| Octal | 360 | 34 | 360 | 0 | 130 | 0 | 6 | 454 | 130 | 65 |
| Binary | 11110000 | 11100 | 11110000 | 0 | 1011000 | 0 | 110 | 100101100 | 1011000 | 110101 |
Color Harmonies of #F01CF0
Complementary color
Monochromatic Colors of #F01CF0
Black with #F01CF0
Text Example
Text Example
White with #F01CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01CF0; }
p { color: rgb(240,28,240); }
H1.HeaderClassName
{
color: #F01CF0;
}
.AnyTagClassName
{
color: #F01CF0;
}
</style>
background-color css
<style>
a { background-color: #F01CF0; }
a { background-color: rgb(240,28,240); }
div.DivClassName
{
background-color: #F01CF0;
}
.BgClassName
{
background-color: #F01CF0;
}
</style>
border-color css
<style>
span { border-color: #F01CF0; }
span { border-color: rgb(240,28,240); }
td.TdClassName
{
border-color: #F01CF0;
}
.TagClassName
{
border-color: #F01CF0;
}
</style>