Shades of Violet #F177ED
Tints of Violet #F177ED
RGB
CMYK
RGB Variations
Color information
#F177ED (or 0xF177ED) is known color: Violet. HEX triplet: F1, 77 and ED. RGB value is (241,119,237). Sum of RGB (Red+Green+Blue) = 241+119+237=597 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.37% from 597); Green value is 119 (46.88% from 255 or 19.93% from 597); Blue value is 237 (92.97% from 255 or 39.70% from 597); Max value from RGB is 241 - color contains mainly: red. Hex color #F177ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F177ED is #0E8812. Grayscale: #A8A8A8. Windows color (decimal): -952339 or 15562737. OLE color: 15562737.
HSL color Cylindrical-coordinate representation of color #F177ED: hue angle of 301.97º 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 #F177ED is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 119 | 237 | - |
| CMYK | 0 | 0.51 | 0.02 | 0.05 |
| HSL | 301.97º | 0.81% | 0.71% | - |
| HSV(B) | 301.97º | 0.51% | 0.95% | - |
| XYZ | 58.16 | 38.01 | 84.39 | - |
| YUV | 168.93 | 166.42 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 119 | 237 | 0 | 0.51 | 0.02 | 0.05 | 301.97 | 0.81 | 0.71 |
| Hex | F1 | 77 | ED | 0 | 33 | 2 | 5 | 12E | 51 | 47 |
| Octal | 361 | 167 | 355 | 0 | 63 | 2 | 5 | 456 | 121 | 107 |
| Binary | 11110001 | 1110111 | 11101101 | 0 | 110011 | 10 | 101 | 100101110 | 1010001 | 1000111 |
Color Harmonies of #F177ED
Complementary color
Monochromatic Colors of #F177ED
Black with #F177ED
Text Example
Text Example
White with #F177ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F177ED; }
p { color: rgb(241,119,237); }
H1.HeaderClassName
{
color: #F177ED;
}
.AnyTagClassName
{
color: #F177ED;
}
</style>
background-color css
<style>
a { background-color: #F177ED; }
a { background-color: rgb(241,119,237); }
div.DivClassName
{
background-color: #F177ED;
}
.BgClassName
{
background-color: #F177ED;
}
</style>
border-color css
<style>
span { border-color: #F177ED; }
span { border-color: rgb(241,119,237); }
td.TdClassName
{
border-color: #F177ED;
}
.TagClassName
{
border-color: #F177ED;
}
</style>