Shades of Violet #F17DE9
Tints of Violet #F17DE9
RGB
CMYK
RGB Variations
Color information
#F17DE9 (or 0xF17DE9) is known color: Violet. HEX triplet: F1, 7D and E9. RGB value is (241,125,233). Sum of RGB (Red+Green+Blue) = 241+125+233=599 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.23% from 599); Green value is 125 (49.22% from 255 or 20.87% from 599); Blue value is 233 (91.41% from 255 or 38.90% from 599); Max value from RGB is 241 - color contains mainly: red. Hex color #F17DE9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F17DE9 is #0E8216. Grayscale: #ABABAB. Windows color (decimal): -950807 or 15302129. OLE color: 15302129.
HSL color Cylindrical-coordinate representation of color #F17DE9: hue angle of 304.14º 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 #F17DE9 is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 125 | 233 | - |
| CMYK | 0 | 0.48 | 0.03 | 0.05 |
| HSL | 304.14º | 0.81% | 0.72% | - |
| HSV(B) | 304.14º | 0.48% | 0.95% | - |
| XYZ | 58.32 | 39.25 | 81.59 | - |
| YUV | 172 | 162.43 | 177.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 125 | 233 | 0 | 0.48 | 0.03 | 0.05 | 304.14 | 0.81 | 0.72 |
| Hex | F1 | 7D | E9 | 0 | 30 | 3 | 5 | 130 | 51 | 48 |
| Octal | 361 | 175 | 351 | 0 | 60 | 3 | 5 | 460 | 121 | 110 |
| Binary | 11110001 | 1111101 | 11101001 | 0 | 110000 | 11 | 101 | 100110000 | 1010001 | 1001000 |
Color Harmonies of #F17DE9
Complementary color
Monochromatic Colors of #F17DE9
Black with #F17DE9
Text Example
Text Example
White with #F17DE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17DE9; }
p { color: rgb(241,125,233); }
H1.HeaderClassName
{
color: #F17DE9;
}
.AnyTagClassName
{
color: #F17DE9;
}
</style>
background-color css
<style>
a { background-color: #F17DE9; }
a { background-color: rgb(241,125,233); }
div.DivClassName
{
background-color: #F17DE9;
}
.BgClassName
{
background-color: #F17DE9;
}
</style>
border-color css
<style>
span { border-color: #F17DE9; }
span { border-color: rgb(241,125,233); }
td.TdClassName
{
border-color: #F17DE9;
}
.TagClassName
{
border-color: #F17DE9;
}
</style>