Shades of Violet #F180E8
Tints of Violet #F180E8
RGB
CMYK
RGB Variations
Color information
#F180E8 (or 0xF180E8) is known color: Violet. HEX triplet: F1, 80 and E8. RGB value is (241,128,232). Sum of RGB (Red+Green+Blue) = 241+128+232=601 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.10% from 601); Green value is 128 (50.39% from 255 or 21.30% from 601); Blue value is 232 (91.02% from 255 or 38.60% from 601); Max value from RGB is 241 - color contains mainly: red. Hex color #F180E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F180E8 is #0E7F17. Grayscale: #ADADAD. Windows color (decimal): -950040 or 15237361. OLE color: 15237361.
HSL color Cylindrical-coordinate representation of color #F180E8: hue angle of 304.78º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F180E8 is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 128 | 232 | - |
| CMYK | 0 | 0.47 | 0.04 | 0.05 |
| HSL | 304.78º | 0.8% | 0.72% | - |
| HSV(B) | 304.78º | 0.47% | 0.95% | - |
| XYZ | 58.56 | 39.97 | 80.97 | - |
| YUV | 173.64 | 160.94 | 176.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 128 | 232 | 0 | 0.47 | 0.04 | 0.05 | 304.78 | 0.8 | 0.72 |
| Hex | F1 | 80 | E8 | 0 | 2F | 4 | 5 | 131 | 50 | 48 |
| Octal | 361 | 200 | 350 | 0 | 57 | 4 | 5 | 461 | 120 | 110 |
| Binary | 11110001 | 10000000 | 11101000 | 0 | 101111 | 100 | 101 | 100110001 | 1010000 | 1001000 |
Color Harmonies of #F180E8
Complementary color
Monochromatic Colors of #F180E8
Black with #F180E8
Text Example
Text Example
White with #F180E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F180E8; }
p { color: rgb(241,128,232); }
H1.HeaderClassName
{
color: #F180E8;
}
.AnyTagClassName
{
color: #F180E8;
}
</style>
background-color css
<style>
a { background-color: #F180E8; }
a { background-color: rgb(241,128,232); }
div.DivClassName
{
background-color: #F180E8;
}
.BgClassName
{
background-color: #F180E8;
}
</style>
border-color css
<style>
span { border-color: #F180E8; }
span { border-color: rgb(241,128,232); }
td.TdClassName
{
border-color: #F180E8;
}
.TagClassName
{
border-color: #F180E8;
}
</style>