Shades of Magenta #F817FF
Tints of Magenta #F817FF
RGB
CMYK
RGB Variations
Color information
#F817FF (or 0xF817FF) is known color: Magenta. HEX triplet: F8, 17 and FF. RGB value is (248,23,255). Sum of RGB (Red+Green+Blue) = 248+23+255=526 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.15% from 526); Green value is 23 (9.38% from 255 or 4.37% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #F817FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F817FF is #07E800. Grayscale: #747474. Windows color (decimal): -518145 or 16717816. OLE color: 16717816.
HSL color Cylindrical-coordinate representation of color #F817FF: hue angle of 298.19º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F817FF is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 248 | 23 | 255 | - |
| CMYK | 0.03 | 0.91 | 0 | 0 |
| HSL | 298.19º | 1% | 0.55% | - |
| HSV(B) | 298.19º | 0.91% | 1% | - |
| XYZ | 57.07 | 27.79 | 96.96 | - |
| YUV | 116.72 | 206.04 | 221.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 23 | 255 | 0.03 | 0.91 | 0 | 0 | 298.19 | 1 | 0.55 |
| Hex | F8 | 17 | FF | 3 | 5B | 0 | 0 | 12A | 64 | 37 |
| Octal | 370 | 27 | 377 | 3 | 133 | 0 | 0 | 452 | 144 | 67 |
| Binary | 11111000 | 10111 | 11111111 | 11 | 1011011 | 0 | 0 | 100101010 | 1100100 | 110111 |
Color Harmonies of #F817FF
Complementary color
Monochromatic Colors of #F817FF
Black with #F817FF
Text Example
Text Example
White with #F817FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F817FF; }
p { color: rgb(248,23,255); }
H1.HeaderClassName
{
color: #F817FF;
}
.AnyTagClassName
{
color: #F817FF;
}
</style>
background-color css
<style>
a { background-color: #F817FF; }
a { background-color: rgb(248,23,255); }
div.DivClassName
{
background-color: #F817FF;
}
.BgClassName
{
background-color: #F817FF;
}
</style>
border-color css
<style>
span { border-color: #F817FF; }
span { border-color: rgb(248,23,255); }
td.TdClassName
{
border-color: #F817FF;
}
.TagClassName
{
border-color: #F817FF;
}
</style>