Shades of Violet #F17EF8
Tints of Violet #F17EF8
RGB
CMYK
RGB Variations
Color information
#F17EF8 (or 0xF17EF8) is known color: Violet. HEX triplet: F1, 7E and F8. RGB value is (241,126,248). Sum of RGB (Red+Green+Blue) = 241+126+248=615 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.19% from 615); Green value is 126 (49.61% from 255 or 20.49% from 615); Blue value is 248 (97.27% from 255 or 40.33% from 615); Max value from RGB is 248 - color contains mainly: blue. Hex color #F17EF8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F17EF8 is #0E8107. Grayscale: #ADADAD. Windows color (decimal): -950536 or 16285425. OLE color: 16285425.
HSL color Cylindrical-coordinate representation of color #F17EF8: hue angle of 296.56º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F17EF8 is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 241 | 126 | 248 | - |
| CMYK | 0.03 | 0.49 | 0 | 0.03 |
| HSL | 296.56º | 0.9% | 0.73% | - |
| HSV(B) | 296.56º | 0.49% | 0.97% | - |
| XYZ | 60.68 | 40.4 | 93.41 | - |
| YUV | 174.29 | 169.6 | 175.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 126 | 248 | 0.03 | 0.49 | 0 | 0.03 | 296.56 | 0.9 | 0.73 |
| Hex | F1 | 7E | F8 | 3 | 31 | 0 | 3 | 129 | 5A | 49 |
| Octal | 361 | 176 | 370 | 3 | 61 | 0 | 3 | 451 | 132 | 111 |
| Binary | 11110001 | 1111110 | 11111000 | 11 | 110001 | 0 | 11 | 100101001 | 1011010 | 1001001 |
Color Harmonies of #F17EF8
Complementary color
Monochromatic Colors of #F17EF8
Black with #F17EF8
Text Example
Text Example
White with #F17EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17EF8; }
p { color: rgb(241,126,248); }
H1.HeaderClassName
{
color: #F17EF8;
}
.AnyTagClassName
{
color: #F17EF8;
}
</style>
background-color css
<style>
a { background-color: #F17EF8; }
a { background-color: rgb(241,126,248); }
div.DivClassName
{
background-color: #F17EF8;
}
.BgClassName
{
background-color: #F17EF8;
}
</style>
border-color css
<style>
span { border-color: #F17EF8; }
span { border-color: rgb(241,126,248); }
td.TdClassName
{
border-color: #F17EF8;
}
.TagClassName
{
border-color: #F17EF8;
}
</style>