Shades of Magenta #F914FA
Tints of Magenta #F914FA
RGB
CMYK
RGB Variations
Color information
#F914FA (or 0xF914FA) is known color: Magenta. HEX triplet: F9, 14 and FA. RGB value is (249,20,250). Sum of RGB (Red+Green+Blue) = 249+20+250=519 (68% of max value = 765). Red value is 249 (97.66% from 255 or 47.98% from 519); Green value is 20 (8.20% from 255 or 3.85% from 519); Blue value is 250 (98.05% from 255 or 48.17% from 519); Max value from RGB is 250 - color contains mainly: blue. Hex color #F914FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F914FA is #06EB05. Grayscale: #727272. Windows color (decimal): -453382 or 16389369. OLE color: 16389369.
HSL color Cylindrical-coordinate representation of color #F914FA: hue angle of 299.74º degrees, saturation: 0.96, 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 #F914FA is Cyan = 0.00, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 20 | 250 | - |
| CMYK | 0.00 | 0.92 | 0 | 0.02 |
| HSL | 299.74º | 0.96% | 0.53% | - |
| HSV(B) | 299.74º | 0.92% | 0.98% | - |
| XYZ | 56.57 | 27.54 | 92.78 | - |
| YUV | 114.69 | 204.37 | 223.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 20 | 250 | 0.00 | 0.92 | 0 | 0.02 | 299.74 | 0.96 | 0.53 |
| Hex | F9 | 14 | FA | 0 | 5C | 0 | 2 | 12C | 60 | 35 |
| Octal | 371 | 24 | 372 | 0 | 134 | 0 | 2 | 454 | 140 | 65 |
| Binary | 11111001 | 10100 | 11111010 | 0 | 1011100 | 0 | 10 | 100101100 | 1100000 | 110101 |
Color Harmonies of #F914FA
Complementary color
Monochromatic Colors of #F914FA
Black with #F914FA
Text Example
Text Example
White with #F914FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F914FA; }
p { color: rgb(249,20,250); }
H1.HeaderClassName
{
color: #F914FA;
}
.AnyTagClassName
{
color: #F914FA;
}
</style>
background-color css
<style>
a { background-color: #F914FA; }
a { background-color: rgb(249,20,250); }
div.DivClassName
{
background-color: #F914FA;
}
.BgClassName
{
background-color: #F914FA;
}
</style>
border-color css
<style>
span { border-color: #F914FA; }
span { border-color: rgb(249,20,250); }
td.TdClassName
{
border-color: #F914FA;
}
.TagClassName
{
border-color: #F914FA;
}
</style>