Shades of Magenta #F215F9
Tints of Magenta #F215F9
RGB
CMYK
RGB Variations
Color information
#F215F9 (or 0xF215F9) is known color: Magenta. HEX triplet: F2, 15 and F9. RGB value is (242,21,249). Sum of RGB (Red+Green+Blue) = 242+21+249=512 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.27% from 512); Green value is 21 (8.59% from 255 or 4.10% from 512); Blue value is 249 (97.66% from 255 or 48.63% from 512); Max value from RGB is 249 - color contains mainly: blue. Hex color #F215F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F215F9 is #0DEA06. Grayscale: #707070. Windows color (decimal): -911879 or 16324082. OLE color: 16324082.
HSL color Cylindrical-coordinate representation of color #F215F9: hue angle of 298.16º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F215F9 is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 21 | 249 | - |
| CMYK | 0.03 | 0.92 | 0 | 0.02 |
| HSL | 298.16º | 0.95% | 0.53% | - |
| HSV(B) | 298.16º | 0.92% | 0.98% | - |
| XYZ | 53.99 | 26.25 | 91.84 | - |
| YUV | 113.07 | 204.72 | 219.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 21 | 249 | 0.03 | 0.92 | 0 | 0.02 | 298.16 | 0.95 | 0.53 |
| Hex | F2 | 15 | F9 | 3 | 5C | 0 | 2 | 12A | 5F | 35 |
| Octal | 362 | 25 | 371 | 3 | 134 | 0 | 2 | 452 | 137 | 65 |
| Binary | 11110010 | 10101 | 11111001 | 11 | 1011100 | 0 | 10 | 100101010 | 1011111 | 110101 |
Color Harmonies of #F215F9
Complementary color
Monochromatic Colors of #F215F9
Black with #F215F9
Text Example
Text Example
White with #F215F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F215F9; }
p { color: rgb(242,21,249); }
H1.HeaderClassName
{
color: #F215F9;
}
.AnyTagClassName
{
color: #F215F9;
}
</style>
background-color css
<style>
a { background-color: #F215F9; }
a { background-color: rgb(242,21,249); }
div.DivClassName
{
background-color: #F215F9;
}
.BgClassName
{
background-color: #F215F9;
}
</style>
border-color css
<style>
span { border-color: #F215F9; }
span { border-color: rgb(242,21,249); }
td.TdClassName
{
border-color: #F215F9;
}
.TagClassName
{
border-color: #F215F9;
}
</style>