Shades of Magenta #F917F8
Tints of Magenta #F917F8
RGB
CMYK
RGB Variations
Color information
#F917F8 (or 0xF917F8) is known color: Magenta. HEX triplet: F9, 17 and F8. RGB value is (249,23,248). Sum of RGB (Red+Green+Blue) = 249+23+248=520 (68% of max value = 765). Red value is 249 (97.66% from 255 or 47.88% from 520); Green value is 23 (9.38% from 255 or 4.42% from 520); Blue value is 248 (97.27% from 255 or 47.69% from 520); Max value from RGB is 249 - color contains mainly: red. Hex color #F917F8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F917F8 is #06E807. Grayscale: #737373. Windows color (decimal): -452616 or 16259065. OLE color: 16259065.
HSL color Cylindrical-coordinate representation of color #F917F8: hue angle of 300.27º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F917F8 is Cyan = 0, Magento = 0.91, Yellow = 0.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 23 | 248 | - |
| CMYK | 0 | 0.91 | 0.00 | 0.02 |
| HSL | 300.27º | 0.95% | 0.53% | - |
| HSV(B) | 300.27º | 0.91% | 0.98% | - |
| XYZ | 56.32 | 27.53 | 91.15 | - |
| YUV | 116.22 | 202.37 | 222.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 23 | 248 | 0 | 0.91 | 0.00 | 0.02 | 300.27 | 0.95 | 0.53 |
| Hex | F9 | 17 | F8 | 0 | 5B | 0 | 2 | 12C | 5F | 35 |
| Octal | 371 | 27 | 370 | 0 | 133 | 0 | 2 | 454 | 137 | 65 |
| Binary | 11111001 | 10111 | 11111000 | 0 | 1011011 | 0 | 10 | 100101100 | 1011111 | 110101 |
Color Harmonies of #F917F8
Complementary color
Monochromatic Colors of #F917F8
Black with #F917F8
Text Example
Text Example
White with #F917F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F917F8; }
p { color: rgb(249,23,248); }
H1.HeaderClassName
{
color: #F917F8;
}
.AnyTagClassName
{
color: #F917F8;
}
</style>
background-color css
<style>
a { background-color: #F917F8; }
a { background-color: rgb(249,23,248); }
div.DivClassName
{
background-color: #F917F8;
}
.BgClassName
{
background-color: #F917F8;
}
</style>
border-color css
<style>
span { border-color: #F917F8; }
span { border-color: rgb(249,23,248); }
td.TdClassName
{
border-color: #F917F8;
}
.TagClassName
{
border-color: #F917F8;
}
</style>