Shades of Violet #F177EE
Tints of Violet #F177EE
RGB
CMYK
RGB Variations
Color information
#F177EE (or 0xF177EE) is known color: Violet. HEX triplet: F1, 77 and EE. RGB value is (241,119,238). Sum of RGB (Red+Green+Blue) = 241+119+238=598 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.30% from 598); Green value is 119 (46.88% from 255 or 19.90% from 598); Blue value is 238 (93.36% from 255 or 39.80% from 598); Max value from RGB is 241 - color contains mainly: red. Hex color #F177EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F177EE is #0E8811. Grayscale: #A8A8A8. Windows color (decimal): -952338 or 15628273. OLE color: 15628273.
HSL color Cylindrical-coordinate representation of color #F177EE: hue angle of 301.48º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F177EE is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 119 | 238 | - |
| CMYK | 0 | 0.51 | 0.01 | 0.05 |
| HSL | 301.48º | 0.81% | 0.71% | - |
| HSV(B) | 301.48º | 0.51% | 0.95% | - |
| XYZ | 58.31 | 38.07 | 85.16 | - |
| YUV | 169.04 | 166.92 | 179.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 119 | 238 | 0 | 0.51 | 0.01 | 0.05 | 301.48 | 0.81 | 0.71 |
| Hex | F1 | 77 | EE | 0 | 33 | 1 | 5 | 12D | 51 | 47 |
| Octal | 361 | 167 | 356 | 0 | 63 | 1 | 5 | 455 | 121 | 107 |
| Binary | 11110001 | 1110111 | 11101110 | 0 | 110011 | 1 | 101 | 100101101 | 1010001 | 1000111 |
Color Harmonies of #F177EE
Complementary color
Monochromatic Colors of #F177EE
Black with #F177EE
Text Example
Text Example
White with #F177EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F177EE; }
p { color: rgb(241,119,238); }
H1.HeaderClassName
{
color: #F177EE;
}
.AnyTagClassName
{
color: #F177EE;
}
</style>
background-color css
<style>
a { background-color: #F177EE; }
a { background-color: rgb(241,119,238); }
div.DivClassName
{
background-color: #F177EE;
}
.BgClassName
{
background-color: #F177EE;
}
</style>
border-color css
<style>
span { border-color: #F177EE; }
span { border-color: rgb(241,119,238); }
td.TdClassName
{
border-color: #F177EE;
}
.TagClassName
{
border-color: #F177EE;
}
</style>