Shades of Violet #F17FEC
Tints of Violet #F17FEC
RGB
CMYK
RGB Variations
Color information
#F17FEC (or 0xF17FEC) is known color: Violet. HEX triplet: F1, 7F and EC. RGB value is (241,127,236). Sum of RGB (Red+Green+Blue) = 241+127+236=604 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.90% from 604); Green value is 127 (50% from 255 or 21.03% from 604); Blue value is 236 (92.58% from 255 or 39.07% from 604); Max value from RGB is 241 - color contains mainly: red. Hex color #F17FEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F17FEC is #0E8013. Grayscale: #ADADAD. Windows color (decimal): -950292 or 15499249. OLE color: 15499249.
HSL color Cylindrical-coordinate representation of color #F17FEC: hue angle of 302.63º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F17FEC is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 127 | 236 | - |
| CMYK | 0 | 0.47 | 0.02 | 0.05 |
| HSL | 302.63º | 0.8% | 0.72% | - |
| HSV(B) | 302.63º | 0.47% | 0.95% | - |
| XYZ | 59.01 | 39.94 | 83.96 | - |
| YUV | 173.51 | 163.27 | 176.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 127 | 236 | 0 | 0.47 | 0.02 | 0.05 | 302.63 | 0.8 | 0.72 |
| Hex | F1 | 7F | EC | 0 | 2F | 2 | 5 | 12F | 50 | 48 |
| Octal | 361 | 177 | 354 | 0 | 57 | 2 | 5 | 457 | 120 | 110 |
| Binary | 11110001 | 1111111 | 11101100 | 0 | 101111 | 10 | 101 | 100101111 | 1010000 | 1001000 |
Color Harmonies of #F17FEC
Complementary color
Monochromatic Colors of #F17FEC
Black with #F17FEC
Text Example
Text Example
White with #F17FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17FEC; }
p { color: rgb(241,127,236); }
H1.HeaderClassName
{
color: #F17FEC;
}
.AnyTagClassName
{
color: #F17FEC;
}
</style>
background-color css
<style>
a { background-color: #F17FEC; }
a { background-color: rgb(241,127,236); }
div.DivClassName
{
background-color: #F17FEC;
}
.BgClassName
{
background-color: #F17FEC;
}
</style>
border-color css
<style>
span { border-color: #F17FEC; }
span { border-color: rgb(241,127,236); }
td.TdClassName
{
border-color: #F17FEC;
}
.TagClassName
{
border-color: #F17FEC;
}
</style>