Shades of Violet #F099F4
Tints of Violet #F099F4
RGB
CMYK
RGB Variations
Color information
#F099F4 (or 0xF099F4) is known color: Violet. HEX triplet: F0, 99 and F4. RGB value is (240,153,244). Sum of RGB (Red+Green+Blue) = 240+153+244=637 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.68% from 637); Green value is 153 (60.16% from 255 or 24.02% from 637); Blue value is 244 (95.70% from 255 or 38.30% from 637); Max value from RGB is 244 - color contains mainly: blue. Hex color #F099F4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F099F4 is #0F660B. Grayscale: #BDBDBD. Windows color (decimal): -1009164 or 16030192. OLE color: 16030192.
HSL color Cylindrical-coordinate representation of color #F099F4: hue angle of 297.36º degrees, saturation: 0.81, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F099F4 is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 153 | 244 | - |
| CMYK | 0.02 | 0.37 | 0 | 0.04 |
| HSL | 297.36º | 0.81% | 0.78% | - |
| HSV(B) | 297.36º | 0.37% | 0.96% | - |
| XYZ | 63.66 | 47.84 | 91.47 | - |
| YUV | 189.39 | 158.82 | 164.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 153 | 244 | 0.02 | 0.37 | 0 | 0.04 | 297.36 | 0.81 | 0.78 |
| Hex | F0 | 99 | F4 | 2 | 25 | 0 | 4 | 129 | 51 | 4E |
| Octal | 360 | 231 | 364 | 2 | 45 | 0 | 4 | 451 | 121 | 116 |
| Binary | 11110000 | 10011001 | 11110100 | 10 | 100101 | 0 | 100 | 100101001 | 1010001 | 1001110 |
Color Harmonies of #F099F4
Complementary color
Monochromatic Colors of #F099F4
Black with #F099F4
Text Example
Text Example
White with #F099F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F099F4; }
p { color: rgb(240,153,244); }
H1.HeaderClassName
{
color: #F099F4;
}
.AnyTagClassName
{
color: #F099F4;
}
</style>
background-color css
<style>
a { background-color: #F099F4; }
a { background-color: rgb(240,153,244); }
div.DivClassName
{
background-color: #F099F4;
}
.BgClassName
{
background-color: #F099F4;
}
</style>
border-color css
<style>
span { border-color: #F099F4; }
span { border-color: rgb(240,153,244); }
td.TdClassName
{
border-color: #F099F4;
}
.TagClassName
{
border-color: #F099F4;
}
</style>