Shades of Violet #F099FF
Tints of Violet #F099FF
RGB
CMYK
RGB Variations
Color information
#F099FF (or 0xF099FF) is known color: Violet. HEX triplet: F0, 99 and FF. RGB value is (240,153,255). Sum of RGB (Red+Green+Blue) = 240+153+255=648 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.04% from 648); Green value is 153 (60.16% from 255 or 23.61% from 648); Blue value is 255 (100% from 255 or 39.35% from 648); Max value from RGB is 255 - color contains mainly: blue. Hex color #F099FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F099FF is #0F6600. Grayscale: #BEBEBE. Windows color (decimal): -1009153 or 16751088. OLE color: 16751088.
HSL color Cylindrical-coordinate representation of color #F099FF: hue angle of 291.18º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F099FF is Cyan = 0.06, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 153 | 255 | - |
| CMYK | 0.06 | 0.4 | 0 | 0 |
| HSL | 291.18º | 1% | 0.8% | - |
| HSV(B) | 291.18º | 0.4% | 1% | - |
| XYZ | 65.38 | 48.53 | 100.53 | - |
| YUV | 190.64 | 164.32 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 153 | 255 | 0.06 | 0.4 | 0 | 0 | 291.18 | 1 | 0.8 |
| Hex | F0 | 99 | FF | 6 | 28 | 0 | 0 | 123 | 64 | 50 |
| Octal | 360 | 231 | 377 | 6 | 50 | 0 | 0 | 443 | 144 | 120 |
| Binary | 11110000 | 10011001 | 11111111 | 110 | 101000 | 0 | 0 | 100100011 | 1100100 | 1010000 |
Color Harmonies of #F099FF
Complementary color
Monochromatic Colors of #F099FF
Black with #F099FF
Text Example
Text Example
White with #F099FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F099FF; }
p { color: rgb(240,153,255); }
H1.HeaderClassName
{
color: #F099FF;
}
.AnyTagClassName
{
color: #F099FF;
}
</style>
background-color css
<style>
a { background-color: #F099FF; }
a { background-color: rgb(240,153,255); }
div.DivClassName
{
background-color: #F099FF;
}
.BgClassName
{
background-color: #F099FF;
}
</style>
border-color css
<style>
span { border-color: #F099FF; }
span { border-color: rgb(240,153,255); }
td.TdClassName
{
border-color: #F099FF;
}
.TagClassName
{
border-color: #F099FF;
}
</style>