Shades of Magenta #F013F5
Tints of Magenta #F013F5
RGB
CMYK
RGB Variations
Color information
#F013F5 (or 0xF013F5) is known color: Magenta. HEX triplet: F0, 13 and F5. RGB value is (240,19,245). Sum of RGB (Red+Green+Blue) = 240+19+245=504 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.62% from 504); Green value is 19 (7.81% from 255 or 3.77% from 504); Blue value is 245 (96.09% from 255 or 48.61% from 504); Max value from RGB is 245 - color contains mainly: blue. Hex color #F013F5 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F013F5 is #0FEC0A. Grayscale: #6E6E6E. Windows color (decimal): -1043467 or 16061424. OLE color: 16061424.
HSL color Cylindrical-coordinate representation of color #F013F5: hue angle of 298.67º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F013F5 is Cyan = 0.02, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 19 | 245 | - |
| CMYK | 0.02 | 0.92 | 0 | 0.04 |
| HSL | 298.67º | 0.92% | 0.52% | - |
| HSV(B) | 298.67º | 0.92% | 0.96% | - |
| XYZ | 52.65 | 25.58 | 88.55 | - |
| YUV | 110.84 | 203.72 | 220.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 19 | 245 | 0.02 | 0.92 | 0 | 0.04 | 298.67 | 0.92 | 0.52 |
| Hex | F0 | 13 | F5 | 2 | 5C | 0 | 4 | 12B | 5C | 34 |
| Octal | 360 | 23 | 365 | 2 | 134 | 0 | 4 | 453 | 134 | 64 |
| Binary | 11110000 | 10011 | 11110101 | 10 | 1011100 | 0 | 100 | 100101011 | 1011100 | 110100 |
Color Harmonies of #F013F5
Complementary color
Monochromatic Colors of #F013F5
Black with #F013F5
Text Example
Text Example
White with #F013F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F013F5; }
p { color: rgb(240,19,245); }
H1.HeaderClassName
{
color: #F013F5;
}
.AnyTagClassName
{
color: #F013F5;
}
</style>
background-color css
<style>
a { background-color: #F013F5; }
a { background-color: rgb(240,19,245); }
div.DivClassName
{
background-color: #F013F5;
}
.BgClassName
{
background-color: #F013F5;
}
</style>
border-color css
<style>
span { border-color: #F013F5; }
span { border-color: rgb(240,19,245); }
td.TdClassName
{
border-color: #F013F5;
}
.TagClassName
{
border-color: #F013F5;
}
</style>