Shades of Violet #F17EEA
Tints of Violet #F17EEA
RGB
CMYK
RGB Variations
Color information
#F17EEA (or 0xF17EEA) is known color: Violet. HEX triplet: F1, 7E and EA. RGB value is (241,126,234). Sum of RGB (Red+Green+Blue) = 241+126+234=601 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.10% from 601); Green value is 126 (49.61% from 255 or 20.97% from 601); Blue value is 234 (91.80% from 255 or 38.94% from 601); Max value from RGB is 241 - color contains mainly: red. Hex color #F17EEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F17EEA is #0E8115. Grayscale: #ACACAC. Windows color (decimal): -950550 or 15367921. OLE color: 15367921.
HSL color Cylindrical-coordinate representation of color #F17EEA: hue angle of 303.65º 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 #F17EEA is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 126 | 234 | - |
| CMYK | 0 | 0.48 | 0.03 | 0.05 |
| HSL | 303.65º | 0.8% | 0.72% | - |
| HSV(B) | 303.65º | 0.48% | 0.95% | - |
| XYZ | 58.59 | 39.56 | 82.39 | - |
| YUV | 172.7 | 162.6 | 176.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 126 | 234 | 0 | 0.48 | 0.03 | 0.05 | 303.65 | 0.8 | 0.72 |
| Hex | F1 | 7E | EA | 0 | 30 | 3 | 5 | 130 | 50 | 48 |
| Octal | 361 | 176 | 352 | 0 | 60 | 3 | 5 | 460 | 120 | 110 |
| Binary | 11110001 | 1111110 | 11101010 | 0 | 110000 | 11 | 101 | 100110000 | 1010000 | 1001000 |
Color Harmonies of #F17EEA
Complementary color
Monochromatic Colors of #F17EEA
Black with #F17EEA
Text Example
Text Example
White with #F17EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17EEA; }
p { color: rgb(241,126,234); }
H1.HeaderClassName
{
color: #F17EEA;
}
.AnyTagClassName
{
color: #F17EEA;
}
</style>
background-color css
<style>
a { background-color: #F17EEA; }
a { background-color: rgb(241,126,234); }
div.DivClassName
{
background-color: #F17EEA;
}
.BgClassName
{
background-color: #F17EEA;
}
</style>
border-color css
<style>
span { border-color: #F17EEA; }
span { border-color: rgb(241,126,234); }
td.TdClassName
{
border-color: #F17EEA;
}
.TagClassName
{
border-color: #F17EEA;
}
</style>