Shades of Violet #F099FE
Tints of Violet #F099FE
RGB
CMYK
RGB Variations
Color information
#F099FE (or 0xF099FE) is known color: Violet. HEX triplet: F0, 99 and FE. RGB value is (240,153,254). Sum of RGB (Red+Green+Blue) = 240+153+254=647 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.09% from 647); Green value is 153 (60.16% from 255 or 23.65% from 647); Blue value is 254 (99.61% from 255 or 39.26% from 647); Max value from RGB is 254 - color contains mainly: blue. Hex color #F099FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F099FE is #0F6601. Grayscale: #BEBEBE. Windows color (decimal): -1009154 or 16685552. OLE color: 16685552.
HSL color Cylindrical-coordinate representation of color #F099FE: hue angle of 291.68º 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 #F099FE is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 153 | 254 | - |
| CMYK | 0.06 | 0.40 | 0 | 0.00 |
| HSL | 291.68º | 0.98% | 0.8% | - |
| HSV(B) | 291.68º | 0.4% | 1% | - |
| XYZ | 65.22 | 48.46 | 99.68 | - |
| YUV | 190.53 | 163.82 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 153 | 254 | 0.06 | 0.40 | 0 | 0.00 | 291.68 | 0.98 | 0.8 |
| Hex | F0 | 99 | FE | 6 | 28 | 0 | 0 | 124 | 62 | 50 |
| Octal | 360 | 231 | 376 | 6 | 50 | 0 | 0 | 444 | 142 | 120 |
| Binary | 11110000 | 10011001 | 11111110 | 110 | 101000 | 0 | 0 | 100100100 | 1100010 | 1010000 |
Color Harmonies of #F099FE
Complementary color
Monochromatic Colors of #F099FE
Black with #F099FE
Text Example
Text Example
White with #F099FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F099FE; }
p { color: rgb(240,153,254); }
H1.HeaderClassName
{
color: #F099FE;
}
.AnyTagClassName
{
color: #F099FE;
}
</style>
background-color css
<style>
a { background-color: #F099FE; }
a { background-color: rgb(240,153,254); }
div.DivClassName
{
background-color: #F099FE;
}
.BgClassName
{
background-color: #F099FE;
}
</style>
border-color css
<style>
span { border-color: #F099FE; }
span { border-color: rgb(240,153,254); }
td.TdClassName
{
border-color: #F099FE;
}
.TagClassName
{
border-color: #F099FE;
}
</style>