Shades of Magenta #F215FB
Tints of Magenta #F215FB
RGB
CMYK
RGB Variations
Color information
#F215FB (or 0xF215FB) is known color: Magenta. HEX triplet: F2, 15 and FB. RGB value is (242,21,251). Sum of RGB (Red+Green+Blue) = 242+21+251=514 (68% of max value = 765). Red value is 242 (94.92% from 255 or 47.08% from 514); Green value is 21 (8.59% from 255 or 4.09% from 514); Blue value is 251 (98.44% from 255 or 48.83% from 514); Max value from RGB is 251 - color contains mainly: blue. Hex color #F215FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F215FB is #0DEA04. Grayscale: #707070. Windows color (decimal): -911877 or 16455154. OLE color: 16455154.
HSL color Cylindrical-coordinate representation of color #F215FB: hue angle of 297.65º degrees, saturation: 0.97, 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 #F215FB is Cyan = 0.04, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 21 | 251 | - |
| CMYK | 0.04 | 0.92 | 0 | 0.02 |
| HSL | 297.65º | 0.97% | 0.53% | - |
| HSV(B) | 297.65º | 0.92% | 0.98% | - |
| XYZ | 54.3 | 26.38 | 93.5 | - |
| YUV | 113.3 | 205.72 | 219.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 21 | 251 | 0.04 | 0.92 | 0 | 0.02 | 297.65 | 0.97 | 0.53 |
| Hex | F2 | 15 | FB | 4 | 5C | 0 | 2 | 12A | 61 | 35 |
| Octal | 362 | 25 | 373 | 4 | 134 | 0 | 2 | 452 | 141 | 65 |
| Binary | 11110010 | 10101 | 11111011 | 100 | 1011100 | 0 | 10 | 100101010 | 1100001 | 110101 |
Color Harmonies of #F215FB
Complementary color
Monochromatic Colors of #F215FB
Black with #F215FB
Text Example
Text Example
White with #F215FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F215FB; }
p { color: rgb(242,21,251); }
H1.HeaderClassName
{
color: #F215FB;
}
.AnyTagClassName
{
color: #F215FB;
}
</style>
background-color css
<style>
a { background-color: #F215FB; }
a { background-color: rgb(242,21,251); }
div.DivClassName
{
background-color: #F215FB;
}
.BgClassName
{
background-color: #F215FB;
}
</style>
border-color css
<style>
span { border-color: #F215FB; }
span { border-color: rgb(242,21,251); }
td.TdClassName
{
border-color: #F215FB;
}
.TagClassName
{
border-color: #F215FB;
}
</style>