Shades of Magenta #F919EE
Tints of Magenta #F919EE
RGB
CMYK
RGB Variations
Color information
#F919EE (or 0xF919EE) is known color: Magenta. HEX triplet: F9, 19 and EE. RGB value is (249,25,238). Sum of RGB (Red+Green+Blue) = 249+25+238=512 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.63% from 512); Green value is 25 (10.16% from 255 or 4.88% from 512); Blue value is 238 (93.36% from 255 or 46.48% from 512); Max value from RGB is 249 - color contains mainly: red. Hex color #F919EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F919EE is #06E611. Grayscale: #737373. Windows color (decimal): -452114 or 15604217. OLE color: 15604217.
HSL color Cylindrical-coordinate representation of color #F919EE: hue angle of 302.95º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F919EE is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 25 | 238 | - |
| CMYK | 0 | 0.90 | 0.04 | 0.02 |
| HSL | 302.95º | 0.95% | 0.54% | - |
| HSV(B) | 302.95º | 0.9% | 0.98% | - |
| XYZ | 54.85 | 27.01 | 83.21 | - |
| YUV | 116.26 | 196.71 | 222.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 25 | 238 | 0 | 0.90 | 0.04 | 0.02 | 302.95 | 0.95 | 0.54 |
| Hex | F9 | 19 | EE | 0 | 5A | 4 | 2 | 12F | 5F | 36 |
| Octal | 371 | 31 | 356 | 0 | 132 | 4 | 2 | 457 | 137 | 66 |
| Binary | 11111001 | 11001 | 11101110 | 0 | 1011010 | 100 | 10 | 100101111 | 1011111 | 110110 |
Color Harmonies of #F919EE
Complementary color
Monochromatic Colors of #F919EE
Black with #F919EE
Text Example
Text Example
White with #F919EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F919EE; }
p { color: rgb(249,25,238); }
H1.HeaderClassName
{
color: #F919EE;
}
.AnyTagClassName
{
color: #F919EE;
}
</style>
background-color css
<style>
a { background-color: #F919EE; }
a { background-color: rgb(249,25,238); }
div.DivClassName
{
background-color: #F919EE;
}
.BgClassName
{
background-color: #F919EE;
}
</style>
border-color css
<style>
span { border-color: #F919EE; }
span { border-color: rgb(249,25,238); }
td.TdClassName
{
border-color: #F919EE;
}
.TagClassName
{
border-color: #F919EE;
}
</style>