Shades of Magenta #F914E6
Tints of Magenta #F914E6
RGB
CMYK
RGB Variations
Color information
#F914E6 (or 0xF914E6) is known color: Magenta. HEX triplet: F9, 14 and E6. RGB value is (249,20,230). Sum of RGB (Red+Green+Blue) = 249+20+230=499 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.90% from 499); Green value is 20 (8.20% from 255 or 4.01% from 499); Blue value is 230 (90.23% from 255 or 46.09% from 499); Max value from RGB is 249 - color contains mainly: red. Hex color #F914E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F914E6 is #06EB19. Grayscale: #6F6F6F. Windows color (decimal): -453402 or 15078649. OLE color: 15078649.
HSL color Cylindrical-coordinate representation of color #F914E6: hue angle of 304.98º 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 #F914E6 is Cyan = 0, Magento = 0.92, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 20 | 230 | - |
| CMYK | 0 | 0.92 | 0.08 | 0.02 |
| HSL | 304.98º | 0.95% | 0.53% | - |
| HSV(B) | 304.98º | 0.92% | 0.98% | - |
| XYZ | 53.6 | 26.35 | 77.12 | - |
| YUV | 112.41 | 194.37 | 225.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 20 | 230 | 0 | 0.92 | 0.08 | 0.02 | 304.98 | 0.95 | 0.53 |
| Hex | F9 | 14 | E6 | 0 | 5C | 8 | 2 | 131 | 5F | 35 |
| Octal | 371 | 24 | 346 | 0 | 134 | 10 | 2 | 461 | 137 | 65 |
| Binary | 11111001 | 10100 | 11100110 | 0 | 1011100 | 1000 | 10 | 100110001 | 1011111 | 110101 |
Color Harmonies of #F914E6
Complementary color
Monochromatic Colors of #F914E6
Black with #F914E6
Text Example
Text Example
White with #F914E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F914E6; }
p { color: rgb(249,20,230); }
H1.HeaderClassName
{
color: #F914E6;
}
.AnyTagClassName
{
color: #F914E6;
}
</style>
background-color css
<style>
a { background-color: #F914E6; }
a { background-color: rgb(249,20,230); }
div.DivClassName
{
background-color: #F914E6;
}
.BgClassName
{
background-color: #F914E6;
}
</style>
border-color css
<style>
span { border-color: #F914E6; }
span { border-color: rgb(249,20,230); }
td.TdClassName
{
border-color: #F914E6;
}
.TagClassName
{
border-color: #F914E6;
}
</style>