Shades of Magenta #F917FE
Tints of Magenta #F917FE
RGB
CMYK
RGB Variations
Color information
#F917FE (or 0xF917FE) is known color: Magenta. HEX triplet: F9, 17 and FE. RGB value is (249,23,254). Sum of RGB (Red+Green+Blue) = 249+23+254=526 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.34% from 526); Green value is 23 (9.38% from 255 or 4.37% from 526); Blue value is 254 (99.61% from 255 or 48.29% from 526); Max value from RGB is 254 - color contains mainly: blue. Hex color #F917FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F917FE is #06E801. Grayscale: #747474. Windows color (decimal): -452610 or 16652281. OLE color: 16652281.
HSL color Cylindrical-coordinate representation of color #F917FE: hue angle of 298.7º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F917FE is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 249 | 23 | 254 | - |
| CMYK | 0.02 | 0.91 | 0 | 0.00 |
| HSL | 298.7º | 0.99% | 0.54% | - |
| HSV(B) | 298.7º | 0.91% | 1% | - |
| XYZ | 57.26 | 27.91 | 96.13 | - |
| YUV | 116.91 | 205.37 | 222.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 23 | 254 | 0.02 | 0.91 | 0 | 0.00 | 298.7 | 0.99 | 0.54 |
| Hex | F9 | 17 | FE | 2 | 5B | 0 | 0 | 12B | 63 | 36 |
| Octal | 371 | 27 | 376 | 2 | 133 | 0 | 0 | 453 | 143 | 66 |
| Binary | 11111001 | 10111 | 11111110 | 10 | 1011011 | 0 | 0 | 100101011 | 1100011 | 110110 |
Color Harmonies of #F917FE
Complementary color
Monochromatic Colors of #F917FE
Black with #F917FE
Text Example
Text Example
White with #F917FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F917FE; }
p { color: rgb(249,23,254); }
H1.HeaderClassName
{
color: #F917FE;
}
.AnyTagClassName
{
color: #F917FE;
}
</style>
background-color css
<style>
a { background-color: #F917FE; }
a { background-color: rgb(249,23,254); }
div.DivClassName
{
background-color: #F917FE;
}
.BgClassName
{
background-color: #F917FE;
}
</style>
border-color css
<style>
span { border-color: #F917FE; }
span { border-color: rgb(249,23,254); }
td.TdClassName
{
border-color: #F917FE;
}
.TagClassName
{
border-color: #F917FE;
}
</style>