Shades of Violet #F180ED
Tints of Violet #F180ED
RGB
CMYK
RGB Variations
Color information
#F180ED (or 0xF180ED) is known color: Violet. HEX triplet: F1, 80 and ED. RGB value is (241,128,237). Sum of RGB (Red+Green+Blue) = 241+128+237=606 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.77% from 606); Green value is 128 (50.39% from 255 or 21.12% from 606); Blue value is 237 (92.97% from 255 or 39.11% from 606); Max value from RGB is 241 - color contains mainly: red. Hex color #F180ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F180ED is #0E7F12. Grayscale: #ADADAD. Windows color (decimal): -950035 or 15565041. OLE color: 15565041.
HSL color Cylindrical-coordinate representation of color #F180ED: hue angle of 302.12º 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 #F180ED is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 128 | 237 | - |
| CMYK | 0 | 0.47 | 0.02 | 0.05 |
| HSL | 302.12º | 0.8% | 0.72% | - |
| HSV(B) | 302.12º | 0.47% | 0.95% | - |
| XYZ | 59.28 | 40.25 | 84.77 | - |
| YUV | 174.21 | 163.44 | 175.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 128 | 237 | 0 | 0.47 | 0.02 | 0.05 | 302.12 | 0.8 | 0.72 |
| Hex | F1 | 80 | ED | 0 | 2F | 2 | 5 | 12E | 50 | 48 |
| Octal | 361 | 200 | 355 | 0 | 57 | 2 | 5 | 456 | 120 | 110 |
| Binary | 11110001 | 10000000 | 11101101 | 0 | 101111 | 10 | 101 | 100101110 | 1010000 | 1001000 |
Color Harmonies of #F180ED
Complementary color
Monochromatic Colors of #F180ED
Black with #F180ED
Text Example
Text Example
White with #F180ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F180ED; }
p { color: rgb(241,128,237); }
H1.HeaderClassName
{
color: #F180ED;
}
.AnyTagClassName
{
color: #F180ED;
}
</style>
background-color css
<style>
a { background-color: #F180ED; }
a { background-color: rgb(241,128,237); }
div.DivClassName
{
background-color: #F180ED;
}
.BgClassName
{
background-color: #F180ED;
}
</style>
border-color css
<style>
span { border-color: #F180ED; }
span { border-color: rgb(241,128,237); }
td.TdClassName
{
border-color: #F180ED;
}
.TagClassName
{
border-color: #F180ED;
}
</style>