Shades of Violet #F181E7
Tints of Violet #F181E7
RGB
CMYK
RGB Variations
Color information
#F181E7 (or 0xF181E7) is known color: Violet. HEX triplet: F1, 81 and E7. RGB value is (241,129,231). Sum of RGB (Red+Green+Blue) = 241+129+231=601 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.10% from 601); Green value is 129 (50.78% from 255 or 21.46% from 601); Blue value is 231 (90.62% from 255 or 38.44% from 601); Max value from RGB is 241 - color contains mainly: red. Hex color #F181E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F181E7 is #0E7E18. Grayscale: #ADADAD. Windows color (decimal): -949785 or 15172081. OLE color: 15172081.
HSL color Cylindrical-coordinate representation of color #F181E7: hue angle of 305.36º 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 #F181E7 is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 129 | 231 | - |
| CMYK | 0 | 0.46 | 0.04 | 0.05 |
| HSL | 305.36º | 0.8% | 0.73% | - |
| HSV(B) | 305.36º | 0.46% | 0.95% | - |
| XYZ | 58.55 | 40.17 | 80.27 | - |
| YUV | 174.12 | 160.11 | 175.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 129 | 231 | 0 | 0.46 | 0.04 | 0.05 | 305.36 | 0.8 | 0.73 |
| Hex | F1 | 81 | E7 | 0 | 2E | 4 | 5 | 131 | 50 | 49 |
| Octal | 361 | 201 | 347 | 0 | 56 | 4 | 5 | 461 | 120 | 111 |
| Binary | 11110001 | 10000001 | 11100111 | 0 | 101110 | 100 | 101 | 100110001 | 1010000 | 1001001 |
Color Harmonies of #F181E7
Complementary color
Monochromatic Colors of #F181E7
Black with #F181E7
Text Example
Text Example
White with #F181E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F181E7; }
p { color: rgb(241,129,231); }
H1.HeaderClassName
{
color: #F181E7;
}
.AnyTagClassName
{
color: #F181E7;
}
</style>
background-color css
<style>
a { background-color: #F181E7; }
a { background-color: rgb(241,129,231); }
div.DivClassName
{
background-color: #F181E7;
}
.BgClassName
{
background-color: #F181E7;
}
</style>
border-color css
<style>
span { border-color: #F181E7; }
span { border-color: rgb(241,129,231); }
td.TdClassName
{
border-color: #F181E7;
}
.TagClassName
{
border-color: #F181E7;
}
</style>