Shades of Magenta #F013F1
Tints of Magenta #F013F1
RGB
CMYK
RGB Variations
Color information
#F013F1 (or 0xF013F1) is known color: Magenta. HEX triplet: F0, 13 and F1. RGB value is (240,19,241). Sum of RGB (Red+Green+Blue) = 240+19+241=500 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48% from 500); Green value is 19 (7.81% from 255 or 3.8% from 500); Blue value is 241 (94.53% from 255 or 48.2% from 500); Max value from RGB is 241 - color contains mainly: blue. Hex color #F013F1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F013F1 is #0FEC0E. Grayscale: #6D6D6D. Windows color (decimal): -1043471 or 15799280. OLE color: 15799280.
HSL color Cylindrical-coordinate representation of color #F013F1: hue angle of 299.73º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F013F1 is Cyan = 0.00, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 19 | 241 | - |
| CMYK | 0.00 | 0.92 | 0 | 0.05 |
| HSL | 299.73º | 0.89% | 0.51% | - |
| HSV(B) | 299.73º | 0.92% | 0.95% | - |
| XYZ | 52.05 | 25.34 | 85.37 | - |
| YUV | 110.39 | 201.72 | 220.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 19 | 241 | 0.00 | 0.92 | 0 | 0.05 | 299.73 | 0.89 | 0.51 |
| Hex | F0 | 13 | F1 | 0 | 5C | 0 | 5 | 12C | 59 | 33 |
| Octal | 360 | 23 | 361 | 0 | 134 | 0 | 5 | 454 | 131 | 63 |
| Binary | 11110000 | 10011 | 11110001 | 0 | 1011100 | 0 | 101 | 100101100 | 1011001 | 110011 |
Color Harmonies of #F013F1
Complementary color
Monochromatic Colors of #F013F1
Black with #F013F1
Text Example
Text Example
White with #F013F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F013F1; }
p { color: rgb(240,19,241); }
H1.HeaderClassName
{
color: #F013F1;
}
.AnyTagClassName
{
color: #F013F1;
}
</style>
background-color css
<style>
a { background-color: #F013F1; }
a { background-color: rgb(240,19,241); }
div.DivClassName
{
background-color: #F013F1;
}
.BgClassName
{
background-color: #F013F1;
}
</style>
border-color css
<style>
span { border-color: #F013F1; }
span { border-color: rgb(240,19,241); }
td.TdClassName
{
border-color: #F013F1;
}
.TagClassName
{
border-color: #F013F1;
}
</style>