Shades of Violet #F178E6
Tints of Violet #F178E6
RGB
CMYK
RGB Variations
Color information
#F178E6 (or 0xF178E6) is known color: Violet. HEX triplet: F1, 78 and E6. RGB value is (241,120,230). Sum of RGB (Red+Green+Blue) = 241+120+230=591 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.78% from 591); Green value is 120 (47.27% from 255 or 20.30% from 591); Blue value is 230 (90.23% from 255 or 38.92% from 591); Max value from RGB is 241 - color contains mainly: red. Hex color #F178E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F178E6 is #0E8719. Grayscale: #A8A8A8. Windows color (decimal): -952090 or 15104241. OLE color: 15104241.
HSL color Cylindrical-coordinate representation of color #F178E6: hue angle of 305.45º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F178E6 is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 120 | 230 | - |
| CMYK | 0 | 0.50 | 0.05 | 0.05 |
| HSL | 305.45º | 0.81% | 0.71% | - |
| HSV(B) | 305.45º | 0.5% | 0.95% | - |
| XYZ | 57.28 | 37.85 | 79.15 | - |
| YUV | 168.72 | 162.59 | 179.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 120 | 230 | 0 | 0.50 | 0.05 | 0.05 | 305.45 | 0.81 | 0.71 |
| Hex | F1 | 78 | E6 | 0 | 32 | 5 | 5 | 131 | 51 | 47 |
| Octal | 361 | 170 | 346 | 0 | 62 | 5 | 5 | 461 | 121 | 107 |
| Binary | 11110001 | 1111000 | 11100110 | 0 | 110010 | 101 | 101 | 100110001 | 1010001 | 1000111 |
Color Harmonies of #F178E6
Complementary color
Monochromatic Colors of #F178E6
Black with #F178E6
Text Example
Text Example
White with #F178E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F178E6; }
p { color: rgb(241,120,230); }
H1.HeaderClassName
{
color: #F178E6;
}
.AnyTagClassName
{
color: #F178E6;
}
</style>
background-color css
<style>
a { background-color: #F178E6; }
a { background-color: rgb(241,120,230); }
div.DivClassName
{
background-color: #F178E6;
}
.BgClassName
{
background-color: #F178E6;
}
</style>
border-color css
<style>
span { border-color: #F178E6; }
span { border-color: rgb(241,120,230); }
td.TdClassName
{
border-color: #F178E6;
}
.TagClassName
{
border-color: #F178E6;
}
</style>