Shades of Violet #F199F0
Tints of Violet #F199F0
RGB
CMYK
RGB Variations
Color information
#F199F0 (or 0xF199F0) is known color: Violet. HEX triplet: F1, 99 and F0. RGB value is (241,153,240). Sum of RGB (Red+Green+Blue) = 241+153+240=634 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.01% from 634); Green value is 153 (60.16% from 255 or 24.13% from 634); Blue value is 240 (94.14% from 255 or 37.85% from 634); Max value from RGB is 241 - color contains mainly: red. Hex color #F199F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F199F0 is #0E660F. Grayscale: #BCBCBC. Windows color (decimal): -943632 or 15768049. OLE color: 15768049.
HSL color Cylindrical-coordinate representation of color #F199F0: hue angle of 300.68º 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 #F199F0 is Cyan = 0, Magento = 0.37, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 153 | 240 | - |
| CMYK | 0 | 0.37 | 0.00 | 0.05 |
| HSL | 300.68º | 0.76% | 0.77% | - |
| HSV(B) | 300.68º | 0.37% | 0.95% | - |
| XYZ | 63.4 | 47.77 | 88.32 | - |
| YUV | 189.23 | 156.65 | 164.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 153 | 240 | 0 | 0.37 | 0.00 | 0.05 | 300.68 | 0.76 | 0.77 |
| Hex | F1 | 99 | F0 | 0 | 25 | 0 | 5 | 12D | 4C | 4D |
| Octal | 361 | 231 | 360 | 0 | 45 | 0 | 5 | 455 | 114 | 115 |
| Binary | 11110001 | 10011001 | 11110000 | 0 | 100101 | 0 | 101 | 100101101 | 1001100 | 1001101 |
Color Harmonies of #F199F0
Complementary color
Monochromatic Colors of #F199F0
Black with #F199F0
Text Example
Text Example
White with #F199F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F199F0; }
p { color: rgb(241,153,240); }
H1.HeaderClassName
{
color: #F199F0;
}
.AnyTagClassName
{
color: #F199F0;
}
</style>
background-color css
<style>
a { background-color: #F199F0; }
a { background-color: rgb(241,153,240); }
div.DivClassName
{
background-color: #F199F0;
}
.BgClassName
{
background-color: #F199F0;
}
</style>
border-color css
<style>
span { border-color: #F199F0; }
span { border-color: rgb(241,153,240); }
td.TdClassName
{
border-color: #F199F0;
}
.TagClassName
{
border-color: #F199F0;
}
</style>