Shades of Violet #F180E9
Tints of Violet #F180E9
RGB
CMYK
RGB Variations
Color information
#F180E9 (or 0xF180E9) is known color: Violet. HEX triplet: F1, 80 and E9. RGB value is (241,128,233). Sum of RGB (Red+Green+Blue) = 241+128+233=602 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.03% from 602); Green value is 128 (50.39% from 255 or 21.26% from 602); Blue value is 233 (91.41% from 255 or 38.70% from 602); Max value from RGB is 241 - color contains mainly: red. Hex color #F180E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F180E9 is #0E7F16. Grayscale: #ADADAD. Windows color (decimal): -950039 or 15302897. OLE color: 15302897.
HSL color Cylindrical-coordinate representation of color #F180E9: hue angle of 304.25º 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 #F180E9 is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 128 | 233 | - |
| CMYK | 0 | 0.47 | 0.03 | 0.05 |
| HSL | 304.25º | 0.8% | 0.72% | - |
| HSV(B) | 304.25º | 0.47% | 0.95% | - |
| XYZ | 58.7 | 40.02 | 81.72 | - |
| YUV | 173.76 | 161.44 | 175.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 128 | 233 | 0 | 0.47 | 0.03 | 0.05 | 304.25 | 0.8 | 0.72 |
| Hex | F1 | 80 | E9 | 0 | 2F | 3 | 5 | 130 | 50 | 48 |
| Octal | 361 | 200 | 351 | 0 | 57 | 3 | 5 | 460 | 120 | 110 |
| Binary | 11110001 | 10000000 | 11101001 | 0 | 101111 | 11 | 101 | 100110000 | 1010000 | 1001000 |
Color Harmonies of #F180E9
Complementary color
Monochromatic Colors of #F180E9
Black with #F180E9
Text Example
Text Example
White with #F180E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F180E9; }
p { color: rgb(241,128,233); }
H1.HeaderClassName
{
color: #F180E9;
}
.AnyTagClassName
{
color: #F180E9;
}
</style>
background-color css
<style>
a { background-color: #F180E9; }
a { background-color: rgb(241,128,233); }
div.DivClassName
{
background-color: #F180E9;
}
.BgClassName
{
background-color: #F180E9;
}
</style>
border-color css
<style>
span { border-color: #F180E9; }
span { border-color: rgb(241,128,233); }
td.TdClassName
{
border-color: #F180E9;
}
.TagClassName
{
border-color: #F180E9;
}
</style>