Shades of Magenta #F914EE
Tints of Magenta #F914EE
RGB
CMYK
RGB Variations
Color information
#F914EE (or 0xF914EE) is known color: Magenta. HEX triplet: F9, 14 and EE. RGB value is (249,20,238). Sum of RGB (Red+Green+Blue) = 249+20+238=507 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.11% from 507); Green value is 20 (8.20% from 255 or 3.94% from 507); Blue value is 238 (93.36% from 255 or 46.94% from 507); Max value from RGB is 249 - color contains mainly: red. Hex color #F914EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F914EE is #06EB11. Grayscale: #707070. Windows color (decimal): -453394 or 15602937. OLE color: 15602937.
HSL color Cylindrical-coordinate representation of color #F914EE: hue angle of 302.88º 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 #F914EE is Cyan = 0, Magento = 0.92, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 20 | 238 | - |
| CMYK | 0 | 0.92 | 0.04 | 0.02 |
| HSL | 302.88º | 0.95% | 0.53% | - |
| HSV(B) | 302.88º | 0.92% | 0.98% | - |
| XYZ | 54.75 | 26.81 | 83.18 | - |
| YUV | 113.32 | 198.37 | 224.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 20 | 238 | 0 | 0.92 | 0.04 | 0.02 | 302.88 | 0.95 | 0.53 |
| Hex | F9 | 14 | EE | 0 | 5C | 4 | 2 | 12F | 5F | 35 |
| Octal | 371 | 24 | 356 | 0 | 134 | 4 | 2 | 457 | 137 | 65 |
| Binary | 11111001 | 10100 | 11101110 | 0 | 1011100 | 100 | 10 | 100101111 | 1011111 | 110101 |
Color Harmonies of #F914EE
Complementary color
Monochromatic Colors of #F914EE
Black with #F914EE
Text Example
Text Example
White with #F914EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F914EE; }
p { color: rgb(249,20,238); }
H1.HeaderClassName
{
color: #F914EE;
}
.AnyTagClassName
{
color: #F914EE;
}
</style>
background-color css
<style>
a { background-color: #F914EE; }
a { background-color: rgb(249,20,238); }
div.DivClassName
{
background-color: #F914EE;
}
.BgClassName
{
background-color: #F914EE;
}
</style>
border-color css
<style>
span { border-color: #F914EE; }
span { border-color: rgb(249,20,238); }
td.TdClassName
{
border-color: #F914EE;
}
.TagClassName
{
border-color: #F914EE;
}
</style>