Shades of Violet #F199ED
Tints of Violet #F199ED
RGB
CMYK
RGB Variations
Color information
#F199ED (or 0xF199ED) is known color: Violet. HEX triplet: F1, 99 and ED. RGB value is (241,153,237). Sum of RGB (Red+Green+Blue) = 241+153+237=631 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.19% from 631); Green value is 153 (60.16% from 255 or 24.25% from 631); Blue value is 237 (92.97% from 255 or 37.56% from 631); Max value from RGB is 241 - color contains mainly: red. Hex color #F199ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F199ED is #0E6612. Grayscale: #BCBCBC. Windows color (decimal): -943635 or 15571441. OLE color: 15571441.
HSL color Cylindrical-coordinate representation of color #F199ED: hue angle of 302.73º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F199ED is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 153 | 237 | - |
| CMYK | 0 | 0.37 | 0.02 | 0.05 |
| HSL | 302.73º | 0.76% | 0.77% | - |
| HSV(B) | 302.73º | 0.37% | 0.95% | - |
| XYZ | 62.95 | 47.6 | 85.99 | - |
| YUV | 188.89 | 155.15 | 165.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 153 | 237 | 0 | 0.37 | 0.02 | 0.05 | 302.73 | 0.76 | 0.77 |
| Hex | F1 | 99 | ED | 0 | 25 | 2 | 5 | 12F | 4C | 4D |
| Octal | 361 | 231 | 355 | 0 | 45 | 2 | 5 | 457 | 114 | 115 |
| Binary | 11110001 | 10011001 | 11101101 | 0 | 100101 | 10 | 101 | 100101111 | 1001100 | 1001101 |
Color Harmonies of #F199ED
Complementary color
Monochromatic Colors of #F199ED
Black with #F199ED
Text Example
Text Example
White with #F199ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F199ED; }
p { color: rgb(241,153,237); }
H1.HeaderClassName
{
color: #F199ED;
}
.AnyTagClassName
{
color: #F199ED;
}
</style>
background-color css
<style>
a { background-color: #F199ED; }
a { background-color: rgb(241,153,237); }
div.DivClassName
{
background-color: #F199ED;
}
.BgClassName
{
background-color: #F199ED;
}
</style>
border-color css
<style>
span { border-color: #F199ED; }
span { border-color: rgb(241,153,237); }
td.TdClassName
{
border-color: #F199ED;
}
.TagClassName
{
border-color: #F199ED;
}
</style>