Shades of Magenta #F914F5
Tints of Magenta #F914F5
RGB
CMYK
RGB Variations
Color information
#F914F5 (or 0xF914F5) is known color: Magenta. HEX triplet: F9, 14 and F5. RGB value is (249,20,245). Sum of RGB (Red+Green+Blue) = 249+20+245=514 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.44% from 514); Green value is 20 (8.20% from 255 or 3.89% from 514); Blue value is 245 (96.09% from 255 or 47.67% from 514); Max value from RGB is 249 - color contains mainly: red. Hex color #F914F5 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F914F5 is #06EB0A. Grayscale: #717171. Windows color (decimal): -453387 or 16061689. OLE color: 16061689.
HSL color Cylindrical-coordinate representation of color #F914F5: hue angle of 301.05º 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 #F914F5 is Cyan = 0, Magento = 0.92, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 20 | 245 | - |
| CMYK | 0 | 0.92 | 0.02 | 0.02 |
| HSL | 301.05º | 0.95% | 0.53% | - |
| HSV(B) | 301.05º | 0.92% | 0.98% | - |
| XYZ | 55.8 | 27.23 | 88.7 | - |
| YUV | 114.12 | 201.87 | 224.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 20 | 245 | 0 | 0.92 | 0.02 | 0.02 | 301.05 | 0.95 | 0.53 |
| Hex | F9 | 14 | F5 | 0 | 5C | 2 | 2 | 12D | 5F | 35 |
| Octal | 371 | 24 | 365 | 0 | 134 | 2 | 2 | 455 | 137 | 65 |
| Binary | 11111001 | 10100 | 11110101 | 0 | 1011100 | 10 | 10 | 100101101 | 1011111 | 110101 |
Color Harmonies of #F914F5
Complementary color
Monochromatic Colors of #F914F5
Black with #F914F5
Text Example
Text Example
White with #F914F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F914F5; }
p { color: rgb(249,20,245); }
H1.HeaderClassName
{
color: #F914F5;
}
.AnyTagClassName
{
color: #F914F5;
}
</style>
background-color css
<style>
a { background-color: #F914F5; }
a { background-color: rgb(249,20,245); }
div.DivClassName
{
background-color: #F914F5;
}
.BgClassName
{
background-color: #F914F5;
}
</style>
border-color css
<style>
span { border-color: #F914F5; }
span { border-color: rgb(249,20,245); }
td.TdClassName
{
border-color: #F914F5;
}
.TagClassName
{
border-color: #F914F5;
}
</style>