Shades of Magenta #F914FF
Tints of Magenta #F914FF
RGB
CMYK
RGB Variations
Color information
#F914FF (or 0xF914FF) is known color: Magenta. HEX triplet: F9, 14 and FF. RGB value is (249,20,255). Sum of RGB (Red+Green+Blue) = 249+20+255=524 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.52% from 524); Green value is 20 (8.20% from 255 or 3.82% from 524); Blue value is 255 (100% from 255 or 48.66% from 524); Max value from RGB is 255 - color contains mainly: blue. Hex color #F914FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F914FF is #06EB00. Grayscale: #727272. Windows color (decimal): -453377 or 16717049. OLE color: 16717049.
HSL color Cylindrical-coordinate representation of color #F914FF: hue angle of 298.47º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F914FF is Cyan = 0.02, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 249 | 20 | 255 | - |
| CMYK | 0.02 | 0.92 | 0 | 0 |
| HSL | 298.47º | 1% | 0.54% | - |
| HSV(B) | 298.47º | 0.92% | 1% | - |
| XYZ | 57.37 | 27.86 | 96.96 | - |
| YUV | 115.26 | 206.87 | 223.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 20 | 255 | 0.02 | 0.92 | 0 | 0 | 298.47 | 1 | 0.54 |
| Hex | F9 | 14 | FF | 2 | 5C | 0 | 0 | 12A | 64 | 36 |
| Octal | 371 | 24 | 377 | 2 | 134 | 0 | 0 | 452 | 144 | 66 |
| Binary | 11111001 | 10100 | 11111111 | 10 | 1011100 | 0 | 0 | 100101010 | 1100100 | 110110 |
Color Harmonies of #F914FF
Complementary color
Monochromatic Colors of #F914FF
Black with #F914FF
Text Example
Text Example
White with #F914FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F914FF; }
p { color: rgb(249,20,255); }
H1.HeaderClassName
{
color: #F914FF;
}
.AnyTagClassName
{
color: #F914FF;
}
</style>
background-color css
<style>
a { background-color: #F914FF; }
a { background-color: rgb(249,20,255); }
div.DivClassName
{
background-color: #F914FF;
}
.BgClassName
{
background-color: #F914FF;
}
</style>
border-color css
<style>
span { border-color: #F914FF; }
span { border-color: rgb(249,20,255); }
td.TdClassName
{
border-color: #F914FF;
}
.TagClassName
{
border-color: #F914FF;
}
</style>