Shades of Violet #F17DE8
Tints of Violet #F17DE8
RGB
CMYK
RGB Variations
Color information
#F17DE8 (or 0xF17DE8) is known color: Violet. HEX triplet: F1, 7D and E8. RGB value is (241,125,232). Sum of RGB (Red+Green+Blue) = 241+125+232=598 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.30% from 598); Green value is 125 (49.22% from 255 or 20.90% from 598); Blue value is 232 (91.02% from 255 or 38.80% from 598); Max value from RGB is 241 - color contains mainly: red. Hex color #F17DE8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F17DE8 is #0E8217. Grayscale: #ABABAB. Windows color (decimal): -950808 or 15236593. OLE color: 15236593.
HSL color Cylindrical-coordinate representation of color #F17DE8: hue angle of 304.66º degrees, saturation: 0.81, 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 #F17DE8 is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 125 | 232 | - |
| CMYK | 0 | 0.48 | 0.04 | 0.05 |
| HSL | 304.66º | 0.81% | 0.72% | - |
| HSV(B) | 304.66º | 0.48% | 0.95% | - |
| XYZ | 58.17 | 39.19 | 80.84 | - |
| YUV | 171.88 | 161.93 | 177.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 125 | 232 | 0 | 0.48 | 0.04 | 0.05 | 304.66 | 0.81 | 0.72 |
| Hex | F1 | 7D | E8 | 0 | 30 | 4 | 5 | 131 | 51 | 48 |
| Octal | 361 | 175 | 350 | 0 | 60 | 4 | 5 | 461 | 121 | 110 |
| Binary | 11110001 | 1111101 | 11101000 | 0 | 110000 | 100 | 101 | 100110001 | 1010001 | 1001000 |
Color Harmonies of #F17DE8
Complementary color
Monochromatic Colors of #F17DE8
Black with #F17DE8
Text Example
Text Example
White with #F17DE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17DE8; }
p { color: rgb(241,125,232); }
H1.HeaderClassName
{
color: #F17DE8;
}
.AnyTagClassName
{
color: #F17DE8;
}
</style>
background-color css
<style>
a { background-color: #F17DE8; }
a { background-color: rgb(241,125,232); }
div.DivClassName
{
background-color: #F17DE8;
}
.BgClassName
{
background-color: #F17DE8;
}
</style>
border-color css
<style>
span { border-color: #F17DE8; }
span { border-color: rgb(241,125,232); }
td.TdClassName
{
border-color: #F17DE8;
}
.TagClassName
{
border-color: #F17DE8;
}
</style>