Shades of Magenta #F215FD
Tints of Magenta #F215FD
RGB
CMYK
RGB Variations
Color information
#F215FD (or 0xF215FD) is known color: Magenta. HEX triplet: F2, 15 and FD. RGB value is (242,21,253). Sum of RGB (Red+Green+Blue) = 242+21+253=516 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.90% from 516); Green value is 21 (8.59% from 255 or 4.07% from 516); Blue value is 253 (99.22% from 255 or 49.03% from 516); Max value from RGB is 253 - color contains mainly: blue. Hex color #F215FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F215FD is #0DEA02. Grayscale: #707070. Windows color (decimal): -911875 or 16586226. OLE color: 16586226.
HSL color Cylindrical-coordinate representation of color #F215FD: hue angle of 297.16º 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 #F215FD is Cyan = 0.04, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 21 | 253 | - |
| CMYK | 0.04 | 0.92 | 0 | 0.01 |
| HSL | 297.16º | 0.98% | 0.54% | - |
| HSV(B) | 297.16º | 0.92% | 0.99% | - |
| XYZ | 54.62 | 26.51 | 95.17 | - |
| YUV | 113.53 | 206.72 | 219.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 21 | 253 | 0.04 | 0.92 | 0 | 0.01 | 297.16 | 0.98 | 0.54 |
| Hex | F2 | 15 | FD | 4 | 5C | 0 | 1 | 129 | 62 | 36 |
| Octal | 362 | 25 | 375 | 4 | 134 | 0 | 1 | 451 | 142 | 66 |
| Binary | 11110010 | 10101 | 11111101 | 100 | 1011100 | 0 | 1 | 100101001 | 1100010 | 110110 |
Color Harmonies of #F215FD
Complementary color
Monochromatic Colors of #F215FD
Black with #F215FD
Text Example
Text Example
White with #F215FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F215FD; }
p { color: rgb(242,21,253); }
H1.HeaderClassName
{
color: #F215FD;
}
.AnyTagClassName
{
color: #F215FD;
}
</style>
background-color css
<style>
a { background-color: #F215FD; }
a { background-color: rgb(242,21,253); }
div.DivClassName
{
background-color: #F215FD;
}
.BgClassName
{
background-color: #F215FD;
}
</style>
border-color css
<style>
span { border-color: #F215FD; }
span { border-color: rgb(242,21,253); }
td.TdClassName
{
border-color: #F215FD;
}
.TagClassName
{
border-color: #F215FD;
}
</style>