Shades of Violet #F17EE8
Tints of Violet #F17EE8
RGB
CMYK
RGB Variations
Color information
#F17EE8 (or 0xF17EE8) is known color: Violet. HEX triplet: F1, 7E and E8. RGB value is (241,126,232). Sum of RGB (Red+Green+Blue) = 241+126+232=599 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.23% from 599); Green value is 126 (49.61% from 255 or 21.04% from 599); Blue value is 232 (91.02% from 255 or 38.73% from 599); Max value from RGB is 241 - color contains mainly: red. Hex color #F17EE8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F17EE8 is #0E8117. Grayscale: #ACACAC. Windows color (decimal): -950552 or 15236849. OLE color: 15236849.
HSL color Cylindrical-coordinate representation of color #F17EE8: hue angle of 304.7º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F17EE8 is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 126 | 232 | - |
| CMYK | 0 | 0.48 | 0.04 | 0.05 |
| HSL | 304.7º | 0.8% | 0.72% | - |
| HSV(B) | 304.7º | 0.48% | 0.95% | - |
| XYZ | 58.3 | 39.45 | 80.89 | - |
| YUV | 172.47 | 161.6 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 126 | 232 | 0 | 0.48 | 0.04 | 0.05 | 304.7 | 0.8 | 0.72 |
| Hex | F1 | 7E | E8 | 0 | 30 | 4 | 5 | 131 | 50 | 48 |
| Octal | 361 | 176 | 350 | 0 | 60 | 4 | 5 | 461 | 120 | 110 |
| Binary | 11110001 | 1111110 | 11101000 | 0 | 110000 | 100 | 101 | 100110001 | 1010000 | 1001000 |
Color Harmonies of #F17EE8
Complementary color
Monochromatic Colors of #F17EE8
Black with #F17EE8
Text Example
Text Example
White with #F17EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17EE8; }
p { color: rgb(241,126,232); }
H1.HeaderClassName
{
color: #F17EE8;
}
.AnyTagClassName
{
color: #F17EE8;
}
</style>
background-color css
<style>
a { background-color: #F17EE8; }
a { background-color: rgb(241,126,232); }
div.DivClassName
{
background-color: #F17EE8;
}
.BgClassName
{
background-color: #F17EE8;
}
</style>
border-color css
<style>
span { border-color: #F17EE8; }
span { border-color: rgb(241,126,232); }
td.TdClassName
{
border-color: #F17EE8;
}
.TagClassName
{
border-color: #F17EE8;
}
</style>