Shades of Violet #F181ED
Tints of Violet #F181ED
RGB
CMYK
RGB Variations
Color information
#F181ED (or 0xF181ED) is known color: Violet. HEX triplet: F1, 81 and ED. RGB value is (241,129,237). Sum of RGB (Red+Green+Blue) = 241+129+237=607 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.70% from 607); Green value is 129 (50.78% from 255 or 21.25% from 607); Blue value is 237 (92.97% from 255 or 39.04% from 607); Max value from RGB is 241 - color contains mainly: red. Hex color #F181ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F181ED is #0E7E12. Grayscale: #AEAEAE. Windows color (decimal): -949779 or 15565297. OLE color: 15565297.
HSL color Cylindrical-coordinate representation of color #F181ED: hue angle of 302.14º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F181ED is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 129 | 237 | - |
| CMYK | 0 | 0.46 | 0.02 | 0.05 |
| HSL | 302.14º | 0.8% | 0.73% | - |
| HSV(B) | 302.14º | 0.46% | 0.95% | - |
| XYZ | 59.41 | 40.52 | 84.81 | - |
| YUV | 174.8 | 163.11 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 129 | 237 | 0 | 0.46 | 0.02 | 0.05 | 302.14 | 0.8 | 0.73 |
| Hex | F1 | 81 | ED | 0 | 2E | 2 | 5 | 12E | 50 | 49 |
| Octal | 361 | 201 | 355 | 0 | 56 | 2 | 5 | 456 | 120 | 111 |
| Binary | 11110001 | 10000001 | 11101101 | 0 | 101110 | 10 | 101 | 100101110 | 1010000 | 1001001 |
Color Harmonies of #F181ED
Complementary color
Monochromatic Colors of #F181ED
Black with #F181ED
Text Example
Text Example
White with #F181ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F181ED; }
p { color: rgb(241,129,237); }
H1.HeaderClassName
{
color: #F181ED;
}
.AnyTagClassName
{
color: #F181ED;
}
</style>
background-color css
<style>
a { background-color: #F181ED; }
a { background-color: rgb(241,129,237); }
div.DivClassName
{
background-color: #F181ED;
}
.BgClassName
{
background-color: #F181ED;
}
</style>
border-color css
<style>
span { border-color: #F181ED; }
span { border-color: rgb(241,129,237); }
td.TdClassName
{
border-color: #F181ED;
}
.TagClassName
{
border-color: #F181ED;
}
</style>