Shades of Violet #F177F0
Tints of Violet #F177F0
RGB
CMYK
RGB Variations
Color information
#F177F0 (or 0xF177F0) is known color: Violet. HEX triplet: F1, 77 and F0. RGB value is (241,119,240). Sum of RGB (Red+Green+Blue) = 241+119+240=600 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.17% from 600); Green value is 119 (46.88% from 255 or 19.83% from 600); Blue value is 240 (94.14% from 255 or 40% from 600); Max value from RGB is 241 - color contains mainly: red. Hex color #F177F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F177F0 is #0E880F. Grayscale: #A8A8A8. Windows color (decimal): -952336 or 15759345. OLE color: 15759345.
HSL color Cylindrical-coordinate representation of color #F177F0: hue angle of 300.49º 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 #F177F0 is Cyan = 0, Magento = 0.51, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 119 | 240 | - |
| CMYK | 0 | 0.51 | 0.00 | 0.05 |
| HSL | 300.49º | 0.81% | 0.71% | - |
| HSV(B) | 300.49º | 0.51% | 0.95% | - |
| XYZ | 58.6 | 38.19 | 86.72 | - |
| YUV | 169.27 | 167.92 | 179.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 119 | 240 | 0 | 0.51 | 0.00 | 0.05 | 300.49 | 0.81 | 0.71 |
| Hex | F1 | 77 | F0 | 0 | 33 | 0 | 5 | 12C | 51 | 47 |
| Octal | 361 | 167 | 360 | 0 | 63 | 0 | 5 | 454 | 121 | 107 |
| Binary | 11110001 | 1110111 | 11110000 | 0 | 110011 | 0 | 101 | 100101100 | 1010001 | 1000111 |
Color Harmonies of #F177F0
Complementary color
Monochromatic Colors of #F177F0
Black with #F177F0
Text Example
Text Example
White with #F177F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F177F0; }
p { color: rgb(241,119,240); }
H1.HeaderClassName
{
color: #F177F0;
}
.AnyTagClassName
{
color: #F177F0;
}
</style>
background-color css
<style>
a { background-color: #F177F0; }
a { background-color: rgb(241,119,240); }
div.DivClassName
{
background-color: #F177F0;
}
.BgClassName
{
background-color: #F177F0;
}
</style>
border-color css
<style>
span { border-color: #F177F0; }
span { border-color: rgb(241,119,240); }
td.TdClassName
{
border-color: #F177F0;
}
.TagClassName
{
border-color: #F177F0;
}
</style>