Shades of Violet #F99EFE
Tints of Violet #F99EFE
RGB
CMYK
RGB Variations
Color information
#F99EFE (or 0xF99EFE) is known color: Violet. HEX triplet: F9, 9E and FE. RGB value is (249,158,254). Sum of RGB (Red+Green+Blue) = 249+158+254=661 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.67% from 661); Green value is 158 (62.11% from 255 or 23.90% from 661); Blue value is 254 (99.61% from 255 or 38.43% from 661); Max value from RGB is 254 - color contains mainly: blue. Hex color #F99EFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F99EFE is #066101. Grayscale: #C3C3C3. Windows color (decimal): -418050 or 16686841. OLE color: 16686841.
HSL color Cylindrical-coordinate representation of color #F99EFE: hue angle of 296.88º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F99EFE is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 249 | 158 | 254 | - |
| CMYK | 0.02 | 0.38 | 0 | 0.00 |
| HSL | 296.88º | 0.98% | 0.81% | - |
| HSV(B) | 296.88º | 0.38% | 1% | - |
| XYZ | 69.18 | 51.75 | 100.11 | - |
| YUV | 196.15 | 160.65 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 158 | 254 | 0.02 | 0.38 | 0 | 0.00 | 296.88 | 0.98 | 0.81 |
| Hex | F9 | 9E | FE | 2 | 26 | 0 | 0 | 129 | 62 | 51 |
| Octal | 371 | 236 | 376 | 2 | 46 | 0 | 0 | 451 | 142 | 121 |
| Binary | 11111001 | 10011110 | 11111110 | 10 | 100110 | 0 | 0 | 100101001 | 1100010 | 1010001 |
Color Harmonies of #F99EFE
Complementary color
Monochromatic Colors of #F99EFE
Black with #F99EFE
Text Example
Text Example
White with #F99EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99EFE; }
p { color: rgb(249,158,254); }
H1.HeaderClassName
{
color: #F99EFE;
}
.AnyTagClassName
{
color: #F99EFE;
}
</style>
background-color css
<style>
a { background-color: #F99EFE; }
a { background-color: rgb(249,158,254); }
div.DivClassName
{
background-color: #F99EFE;
}
.BgClassName
{
background-color: #F99EFE;
}
</style>
border-color css
<style>
span { border-color: #F99EFE; }
span { border-color: rgb(249,158,254); }
td.TdClassName
{
border-color: #F99EFE;
}
.TagClassName
{
border-color: #F99EFE;
}
</style>