Shades of Magenta #F918EB
Tints of Magenta #F918EB
RGB
CMYK
RGB Variations
Color information
#F918EB (or 0xF918EB) is known color: Magenta. HEX triplet: F9, 18 and EB. RGB value is (249,24,235). Sum of RGB (Red+Green+Blue) = 249+24+235=508 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.02% from 508); Green value is 24 (9.77% from 255 or 4.72% from 508); Blue value is 235 (92.19% from 255 or 46.26% from 508); Max value from RGB is 249 - color contains mainly: red. Hex color #F918EB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F918EB is #06E714. Grayscale: #727272. Windows color (decimal): -452373 or 15407353. OLE color: 15407353.
HSL color Cylindrical-coordinate representation of color #F918EB: hue angle of 303.73º 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 #F918EB is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 24 | 235 | - |
| CMYK | 0 | 0.90 | 0.06 | 0.02 |
| HSL | 303.73º | 0.95% | 0.54% | - |
| HSV(B) | 303.73º | 0.9% | 0.98% | - |
| XYZ | 54.39 | 26.79 | 80.9 | - |
| YUV | 115.33 | 195.54 | 223.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 24 | 235 | 0 | 0.90 | 0.06 | 0.02 | 303.73 | 0.95 | 0.54 |
| Hex | F9 | 18 | EB | 0 | 5A | 6 | 2 | 130 | 5F | 36 |
| Octal | 371 | 30 | 353 | 0 | 132 | 6 | 2 | 460 | 137 | 66 |
| Binary | 11111001 | 11000 | 11101011 | 0 | 1011010 | 110 | 10 | 100110000 | 1011111 | 110110 |
Color Harmonies of #F918EB
Complementary color
Monochromatic Colors of #F918EB
Black with #F918EB
Text Example
Text Example
White with #F918EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F918EB; }
p { color: rgb(249,24,235); }
H1.HeaderClassName
{
color: #F918EB;
}
.AnyTagClassName
{
color: #F918EB;
}
</style>
background-color css
<style>
a { background-color: #F918EB; }
a { background-color: rgb(249,24,235); }
div.DivClassName
{
background-color: #F918EB;
}
.BgClassName
{
background-color: #F918EB;
}
</style>
border-color css
<style>
span { border-color: #F918EB; }
span { border-color: rgb(249,24,235); }
td.TdClassName
{
border-color: #F918EB;
}
.TagClassName
{
border-color: #F918EB;
}
</style>