Shades of Violet #F099F2
Tints of Violet #F099F2
RGB
CMYK
RGB Variations
Color information
#F099F2 (or 0xF099F2) is known color: Violet. HEX triplet: F0, 99 and F2. RGB value is (240,153,242). Sum of RGB (Red+Green+Blue) = 240+153+242=635 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.80% from 635); Green value is 153 (60.16% from 255 or 24.09% from 635); Blue value is 242 (94.92% from 255 or 38.11% from 635); Max value from RGB is 242 - color contains mainly: blue. Hex color #F099F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F099F2 is #0F660D. Grayscale: #BCBCBC. Windows color (decimal): -1009166 or 15899120. OLE color: 15899120.
HSL color Cylindrical-coordinate representation of color #F099F2: hue angle of 298.65º degrees, saturation: 0.77, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F099F2 is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 153 | 242 | - |
| CMYK | 0.01 | 0.37 | 0 | 0.05 |
| HSL | 298.65º | 0.77% | 0.77% | - |
| HSV(B) | 298.65º | 0.37% | 0.95% | - |
| XYZ | 63.35 | 47.72 | 89.88 | - |
| YUV | 189.16 | 157.82 | 164.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 153 | 242 | 0.01 | 0.37 | 0 | 0.05 | 298.65 | 0.77 | 0.77 |
| Hex | F0 | 99 | F2 | 1 | 25 | 0 | 5 | 12B | 4D | 4D |
| Octal | 360 | 231 | 362 | 1 | 45 | 0 | 5 | 453 | 115 | 115 |
| Binary | 11110000 | 10011001 | 11110010 | 1 | 100101 | 0 | 101 | 100101011 | 1001101 | 1001101 |
Color Harmonies of #F099F2
Complementary color
Monochromatic Colors of #F099F2
Black with #F099F2
Text Example
Text Example
White with #F099F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F099F2; }
p { color: rgb(240,153,242); }
H1.HeaderClassName
{
color: #F099F2;
}
.AnyTagClassName
{
color: #F099F2;
}
</style>
background-color css
<style>
a { background-color: #F099F2; }
a { background-color: rgb(240,153,242); }
div.DivClassName
{
background-color: #F099F2;
}
.BgClassName
{
background-color: #F099F2;
}
</style>
border-color css
<style>
span { border-color: #F099F2; }
span { border-color: rgb(240,153,242); }
td.TdClassName
{
border-color: #F099F2;
}
.TagClassName
{
border-color: #F099F2;
}
</style>