Shades of Magenta #F914ED
Tints of Magenta #F914ED
RGB
CMYK
RGB Variations
Color information
#F914ED (or 0xF914ED) is known color: Magenta. HEX triplet: F9, 14 and ED. RGB value is (249,20,237). Sum of RGB (Red+Green+Blue) = 249+20+237=506 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.21% from 506); Green value is 20 (8.20% from 255 or 3.95% from 506); Blue value is 237 (92.97% from 255 or 46.84% from 506); Max value from RGB is 249 - color contains mainly: red. Hex color #F914ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F914ED is #06EB12. Grayscale: #707070. Windows color (decimal): -453395 or 15537401. OLE color: 15537401.
HSL color Cylindrical-coordinate representation of color #F914ED: hue angle of 303.14º 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 #F914ED is Cyan = 0, Magento = 0.92, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 20 | 237 | - |
| CMYK | 0 | 0.92 | 0.05 | 0.02 |
| HSL | 303.14º | 0.95% | 0.53% | - |
| HSV(B) | 303.14º | 0.92% | 0.98% | - |
| XYZ | 54.6 | 26.75 | 82.41 | - |
| YUV | 113.21 | 197.87 | 224.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 20 | 237 | 0 | 0.92 | 0.05 | 0.02 | 303.14 | 0.95 | 0.53 |
| Hex | F9 | 14 | ED | 0 | 5C | 5 | 2 | 12F | 5F | 35 |
| Octal | 371 | 24 | 355 | 0 | 134 | 5 | 2 | 457 | 137 | 65 |
| Binary | 11111001 | 10100 | 11101101 | 0 | 1011100 | 101 | 10 | 100101111 | 1011111 | 110101 |
Color Harmonies of #F914ED
Complementary color
Monochromatic Colors of #F914ED
Black with #F914ED
Text Example
Text Example
White with #F914ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F914ED; }
p { color: rgb(249,20,237); }
H1.HeaderClassName
{
color: #F914ED;
}
.AnyTagClassName
{
color: #F914ED;
}
</style>
background-color css
<style>
a { background-color: #F914ED; }
a { background-color: rgb(249,20,237); }
div.DivClassName
{
background-color: #F914ED;
}
.BgClassName
{
background-color: #F914ED;
}
</style>
border-color css
<style>
span { border-color: #F914ED; }
span { border-color: rgb(249,20,237); }
td.TdClassName
{
border-color: #F914ED;
}
.TagClassName
{
border-color: #F914ED;
}
</style>