Shades of Violet #F181EF
Tints of Violet #F181EF
RGB
CMYK
RGB Variations
Color information
#F181EF (or 0xF181EF) is known color: Violet. HEX triplet: F1, 81 and EF. RGB value is (241,129,239). Sum of RGB (Red+Green+Blue) = 241+129+239=609 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.57% from 609); Green value is 129 (50.78% from 255 or 21.18% from 609); Blue value is 239 (93.75% from 255 or 39.24% from 609); Max value from RGB is 241 - color contains mainly: red. Hex color #F181EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F181EF is #0E7E10. Grayscale: #AEAEAE. Windows color (decimal): -949777 or 15696369. OLE color: 15696369.
HSL color Cylindrical-coordinate representation of color #F181EF: hue angle of 301.07º 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 #F181EF is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 129 | 239 | - |
| CMYK | 0 | 0.46 | 0.01 | 0.05 |
| HSL | 301.07º | 0.8% | 0.73% | - |
| HSV(B) | 301.07º | 0.46% | 0.95% | - |
| XYZ | 59.71 | 40.63 | 86.36 | - |
| YUV | 175.03 | 164.11 | 175.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 129 | 239 | 0 | 0.46 | 0.01 | 0.05 | 301.07 | 0.8 | 0.73 |
| Hex | F1 | 81 | EF | 0 | 2E | 1 | 5 | 12D | 50 | 49 |
| Octal | 361 | 201 | 357 | 0 | 56 | 1 | 5 | 455 | 120 | 111 |
| Binary | 11110001 | 10000001 | 11101111 | 0 | 101110 | 1 | 101 | 100101101 | 1010000 | 1001001 |
Color Harmonies of #F181EF
Complementary color
Monochromatic Colors of #F181EF
Black with #F181EF
Text Example
Text Example
White with #F181EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F181EF; }
p { color: rgb(241,129,239); }
H1.HeaderClassName
{
color: #F181EF;
}
.AnyTagClassName
{
color: #F181EF;
}
</style>
background-color css
<style>
a { background-color: #F181EF; }
a { background-color: rgb(241,129,239); }
div.DivClassName
{
background-color: #F181EF;
}
.BgClassName
{
background-color: #F181EF;
}
</style>
border-color css
<style>
span { border-color: #F181EF; }
span { border-color: rgb(241,129,239); }
td.TdClassName
{
border-color: #F181EF;
}
.TagClassName
{
border-color: #F181EF;
}
</style>