Shades of Magenta #F015FD
Tints of Magenta #F015FD
RGB
CMYK
RGB Variations
Color information
#F015FD (or 0xF015FD) is known color: Magenta. HEX triplet: F0, 15 and FD. RGB value is (240,21,253). Sum of RGB (Red+Green+Blue) = 240+21+253=514 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.69% from 514); Green value is 21 (8.59% from 255 or 4.09% from 514); Blue value is 253 (99.22% from 255 or 49.22% from 514); Max value from RGB is 253 - color contains mainly: blue. Hex color #F015FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F015FD is #0FEA02. Grayscale: #707070. Windows color (decimal): -1042947 or 16586224. OLE color: 16586224.
HSL color Cylindrical-coordinate representation of color #F015FD: hue angle of 296.64º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F015FD is Cyan = 0.05, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 21 | 253 | - |
| CMYK | 0.05 | 0.92 | 0 | 0.01 |
| HSL | 296.64º | 0.98% | 0.54% | - |
| HSV(B) | 296.64º | 0.92% | 0.99% | - |
| XYZ | 53.93 | 26.15 | 95.13 | - |
| YUV | 112.93 | 207.05 | 218.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 21 | 253 | 0.05 | 0.92 | 0 | 0.01 | 296.64 | 0.98 | 0.54 |
| Hex | F0 | 15 | FD | 5 | 5C | 0 | 1 | 129 | 62 | 36 |
| Octal | 360 | 25 | 375 | 5 | 134 | 0 | 1 | 451 | 142 | 66 |
| Binary | 11110000 | 10101 | 11111101 | 101 | 1011100 | 0 | 1 | 100101001 | 1100010 | 110110 |
Color Harmonies of #F015FD
Complementary color
Monochromatic Colors of #F015FD
Black with #F015FD
Text Example
Text Example
White with #F015FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F015FD; }
p { color: rgb(240,21,253); }
H1.HeaderClassName
{
color: #F015FD;
}
.AnyTagClassName
{
color: #F015FD;
}
</style>
background-color css
<style>
a { background-color: #F015FD; }
a { background-color: rgb(240,21,253); }
div.DivClassName
{
background-color: #F015FD;
}
.BgClassName
{
background-color: #F015FD;
}
</style>
border-color css
<style>
span { border-color: #F015FD; }
span { border-color: rgb(240,21,253); }
td.TdClassName
{
border-color: #F015FD;
}
.TagClassName
{
border-color: #F015FD;
}
</style>