Shades of Violet #F191ED
Tints of Violet #F191ED
RGB
CMYK
RGB Variations
Color information
#F191ED (or 0xF191ED) is known color: Violet. HEX triplet: F1, 91 and ED. RGB value is (241,145,237). Sum of RGB (Red+Green+Blue) = 241+145+237=623 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.68% from 623); Green value is 145 (57.03% from 255 or 23.27% from 623); Blue value is 237 (92.97% from 255 or 38.04% from 623); Max value from RGB is 241 - color contains mainly: red. Hex color #F191ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F191ED is #0E6E12. Grayscale: #B7B7B7. Windows color (decimal): -945683 or 15569393. OLE color: 15569393.
HSL color Cylindrical-coordinate representation of color #F191ED: hue angle of 302.5º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F191ED is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 145 | 237 | - |
| CMYK | 0 | 0.40 | 0.02 | 0.05 |
| HSL | 302.5º | 0.77% | 0.76% | - |
| HSV(B) | 302.5º | 0.4% | 0.95% | - |
| XYZ | 61.69 | 45.07 | 85.57 | - |
| YUV | 184.19 | 157.8 | 168.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 145 | 237 | 0 | 0.40 | 0.02 | 0.05 | 302.5 | 0.77 | 0.76 |
| Hex | F1 | 91 | ED | 0 | 28 | 2 | 5 | 12E | 4D | 4C |
| Octal | 361 | 221 | 355 | 0 | 50 | 2 | 5 | 456 | 115 | 114 |
| Binary | 11110001 | 10010001 | 11101101 | 0 | 101000 | 10 | 101 | 100101110 | 1001101 | 1001100 |
Color Harmonies of #F191ED
Complementary color
Monochromatic Colors of #F191ED
Black with #F191ED
Text Example
Text Example
White with #F191ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F191ED; }
p { color: rgb(241,145,237); }
H1.HeaderClassName
{
color: #F191ED;
}
.AnyTagClassName
{
color: #F191ED;
}
</style>
background-color css
<style>
a { background-color: #F191ED; }
a { background-color: rgb(241,145,237); }
div.DivClassName
{
background-color: #F191ED;
}
.BgClassName
{
background-color: #F191ED;
}
</style>
border-color css
<style>
span { border-color: #F191ED; }
span { border-color: rgb(241,145,237); }
td.TdClassName
{
border-color: #F191ED;
}
.TagClassName
{
border-color: #F191ED;
}
</style>