Shades of Violet #F199FE
Tints of Violet #F199FE
RGB
CMYK
RGB Variations
Color information
#F199FE (or 0xF199FE) is known color: Violet. HEX triplet: F1, 99 and FE. RGB value is (241,153,254). Sum of RGB (Red+Green+Blue) = 241+153+254=648 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.19% from 648); Green value is 153 (60.16% from 255 or 23.61% from 648); Blue value is 254 (99.61% from 255 or 39.20% from 648); Max value from RGB is 254 - color contains mainly: blue. Hex color #F199FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F199FE is #0E6601. Grayscale: #BEBEBE. Windows color (decimal): -943618 or 16685553. OLE color: 16685553.
HSL color Cylindrical-coordinate representation of color #F199FE: hue angle of 292.28º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F199FE is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 241 | 153 | 254 | - |
| CMYK | 0.05 | 0.40 | 0 | 0.00 |
| HSL | 292.28º | 0.98% | 0.8% | - |
| HSV(B) | 292.28º | 0.4% | 1% | - |
| XYZ | 65.56 | 48.64 | 99.7 | - |
| YUV | 190.83 | 163.65 | 163.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 153 | 254 | 0.05 | 0.40 | 0 | 0.00 | 292.28 | 0.98 | 0.8 |
| Hex | F1 | 99 | FE | 5 | 28 | 0 | 0 | 124 | 62 | 50 |
| Octal | 361 | 231 | 376 | 5 | 50 | 0 | 0 | 444 | 142 | 120 |
| Binary | 11110001 | 10011001 | 11111110 | 101 | 101000 | 0 | 0 | 100100100 | 1100010 | 1010000 |
Color Harmonies of #F199FE
Complementary color
Monochromatic Colors of #F199FE
Black with #F199FE
Text Example
Text Example
White with #F199FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F199FE; }
p { color: rgb(241,153,254); }
H1.HeaderClassName
{
color: #F199FE;
}
.AnyTagClassName
{
color: #F199FE;
}
</style>
background-color css
<style>
a { background-color: #F199FE; }
a { background-color: rgb(241,153,254); }
div.DivClassName
{
background-color: #F199FE;
}
.BgClassName
{
background-color: #F199FE;
}
</style>
border-color css
<style>
span { border-color: #F199FE; }
span { border-color: rgb(241,153,254); }
td.TdClassName
{
border-color: #F199FE;
}
.TagClassName
{
border-color: #F199FE;
}
</style>