Shades of Magenta #F91DF8
Tints of Magenta #F91DF8
RGB
CMYK
RGB Variations
Color information
#F91DF8 (or 0xF91DF8) is known color: Magenta. HEX triplet: F9, 1D and F8. RGB value is (249,29,248). Sum of RGB (Red+Green+Blue) = 249+29+248=526 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.34% from 526); Green value is 29 (11.72% from 255 or 5.51% from 526); Blue value is 248 (97.27% from 255 or 47.15% from 526); Max value from RGB is 249 - color contains mainly: red. Hex color #F91DF8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F91DF8 is #06E207. Grayscale: #777777. Windows color (decimal): -451080 or 16260601. OLE color: 16260601.
HSL color Cylindrical-coordinate representation of color #F91DF8: hue angle of 300.27º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F91DF8 is Cyan = 0, Magento = 0.88, Yellow = 0.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 29 | 248 | - |
| CMYK | 0 | 0.88 | 0.00 | 0.02 |
| HSL | 300.27º | 0.95% | 0.55% | - |
| HSV(B) | 300.27º | 0.88% | 0.98% | - |
| XYZ | 56.45 | 27.8 | 91.2 | - |
| YUV | 119.75 | 200.39 | 220.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 29 | 248 | 0 | 0.88 | 0.00 | 0.02 | 300.27 | 0.95 | 0.55 |
| Hex | F9 | 1D | F8 | 0 | 58 | 0 | 2 | 12C | 5F | 37 |
| Octal | 371 | 35 | 370 | 0 | 130 | 0 | 2 | 454 | 137 | 67 |
| Binary | 11111001 | 11101 | 11111000 | 0 | 1011000 | 0 | 10 | 100101100 | 1011111 | 110111 |
Color Harmonies of #F91DF8
Complementary color
Monochromatic Colors of #F91DF8
Black with #F91DF8
Text Example
Text Example
White with #F91DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91DF8; }
p { color: rgb(249,29,248); }
H1.HeaderClassName
{
color: #F91DF8;
}
.AnyTagClassName
{
color: #F91DF8;
}
</style>
background-color css
<style>
a { background-color: #F91DF8; }
a { background-color: rgb(249,29,248); }
div.DivClassName
{
background-color: #F91DF8;
}
.BgClassName
{
background-color: #F91DF8;
}
</style>
border-color css
<style>
span { border-color: #F91DF8; }
span { border-color: rgb(249,29,248); }
td.TdClassName
{
border-color: #F91DF8;
}
.TagClassName
{
border-color: #F91DF8;
}
</style>