Shades of Violet #F099ED
Tints of Violet #F099ED
RGB
CMYK
RGB Variations
Color information
#F099ED (or 0xF099ED) is known color: Violet. HEX triplet: F0, 99 and ED. RGB value is (240,153,237). Sum of RGB (Red+Green+Blue) = 240+153+237=630 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.10% from 630); Green value is 153 (60.16% from 255 or 24.29% from 630); Blue value is 237 (92.97% from 255 or 37.62% from 630); Max value from RGB is 240 - color contains mainly: red. Hex color #F099ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F099ED is #0F6612. Grayscale: #BCBCBC. Windows color (decimal): -1009171 or 15571440. OLE color: 15571440.
HSL color Cylindrical-coordinate representation of color #F099ED: hue angle of 302.07º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F099ED is Cyan = 0, Magento = 0.36, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 153 | 237 | - |
| CMYK | 0 | 0.36 | 0.01 | 0.06 |
| HSL | 302.07º | 0.74% | 0.77% | - |
| HSV(B) | 302.07º | 0.36% | 0.94% | - |
| XYZ | 62.61 | 47.42 | 85.97 | - |
| YUV | 188.59 | 155.32 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 153 | 237 | 0 | 0.36 | 0.01 | 0.06 | 302.07 | 0.74 | 0.77 |
| Hex | F0 | 99 | ED | 0 | 24 | 1 | 6 | 12E | 4A | 4D |
| Octal | 360 | 231 | 355 | 0 | 44 | 1 | 6 | 456 | 112 | 115 |
| Binary | 11110000 | 10011001 | 11101101 | 0 | 100100 | 1 | 110 | 100101110 | 1001010 | 1001101 |
Color Harmonies of #F099ED
Complementary color
Monochromatic Colors of #F099ED
Black with #F099ED
Text Example
Text Example
White with #F099ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F099ED; }
p { color: rgb(240,153,237); }
H1.HeaderClassName
{
color: #F099ED;
}
.AnyTagClassName
{
color: #F099ED;
}
</style>
background-color css
<style>
a { background-color: #F099ED; }
a { background-color: rgb(240,153,237); }
div.DivClassName
{
background-color: #F099ED;
}
.BgClassName
{
background-color: #F099ED;
}
</style>
border-color css
<style>
span { border-color: #F099ED; }
span { border-color: rgb(240,153,237); }
td.TdClassName
{
border-color: #F099ED;
}
.TagClassName
{
border-color: #F099ED;
}
</style>