Shades of Violet #F177F2
Tints of Violet #F177F2
RGB
CMYK
RGB Variations
Color information
#F177F2 (or 0xF177F2) is known color: Violet. HEX triplet: F1, 77 and F2. RGB value is (241,119,242). Sum of RGB (Red+Green+Blue) = 241+119+242=602 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.03% from 602); Green value is 119 (46.88% from 255 or 19.77% from 602); Blue value is 242 (94.92% from 255 or 40.20% from 602); Max value from RGB is 242 - color contains mainly: blue. Hex color #F177F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F177F2 is #0E880D. Grayscale: #A9A9A9. Windows color (decimal): -952334 or 15890417. OLE color: 15890417.
HSL color Cylindrical-coordinate representation of color #F177F2: hue angle of 299.51º degrees, saturation: 0.83, 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 #F177F2 is Cyan = 0.00, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 119 | 242 | - |
| CMYK | 0.00 | 0.51 | 0 | 0.05 |
| HSL | 299.51º | 0.83% | 0.71% | - |
| HSV(B) | 299.51º | 0.51% | 0.95% | - |
| XYZ | 58.9 | 38.31 | 88.29 | - |
| YUV | 169.5 | 168.92 | 179 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 119 | 242 | 0.00 | 0.51 | 0 | 0.05 | 299.51 | 0.83 | 0.71 |
| Hex | F1 | 77 | F2 | 0 | 33 | 0 | 5 | 12C | 53 | 47 |
| Octal | 361 | 167 | 362 | 0 | 63 | 0 | 5 | 454 | 123 | 107 |
| Binary | 11110001 | 1110111 | 11110010 | 0 | 110011 | 0 | 101 | 100101100 | 1010011 | 1000111 |
Color Harmonies of #F177F2
Complementary color
Monochromatic Colors of #F177F2
Black with #F177F2
Text Example
Text Example
White with #F177F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F177F2; }
p { color: rgb(241,119,242); }
H1.HeaderClassName
{
color: #F177F2;
}
.AnyTagClassName
{
color: #F177F2;
}
</style>
background-color css
<style>
a { background-color: #F177F2; }
a { background-color: rgb(241,119,242); }
div.DivClassName
{
background-color: #F177F2;
}
.BgClassName
{
background-color: #F177F2;
}
</style>
border-color css
<style>
span { border-color: #F177F2; }
span { border-color: rgb(241,119,242); }
td.TdClassName
{
border-color: #F177F2;
}
.TagClassName
{
border-color: #F177F2;
}
</style>