Shades of Violet #F095ED
Tints of Violet #F095ED
RGB
CMYK
RGB Variations
Color information
#F095ED (or 0xF095ED) is known color: Violet. HEX triplet: F0, 95 and ED. RGB value is (240,149,237). Sum of RGB (Red+Green+Blue) = 240+149+237=626 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.34% from 626); Green value is 149 (58.59% from 255 or 23.80% from 626); Blue value is 237 (92.97% from 255 or 37.86% from 626); Max value from RGB is 240 - color contains mainly: red. Hex color #F095ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F095ED is #0F6A12. Grayscale: #B9B9B9. Windows color (decimal): -1010195 or 15570416. OLE color: 15570416.
HSL color Cylindrical-coordinate representation of color #F095ED: hue angle of 301.98º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F095ED is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 149 | 237 | - |
| CMYK | 0 | 0.38 | 0.01 | 0.06 |
| HSL | 301.98º | 0.75% | 0.76% | - |
| HSV(B) | 301.98º | 0.38% | 0.94% | - |
| XYZ | 61.97 | 46.13 | 85.76 | - |
| YUV | 186.24 | 156.65 | 166.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 149 | 237 | 0 | 0.38 | 0.01 | 0.06 | 301.98 | 0.75 | 0.76 |
| Hex | F0 | 95 | ED | 0 | 26 | 1 | 6 | 12E | 4B | 4C |
| Octal | 360 | 225 | 355 | 0 | 46 | 1 | 6 | 456 | 113 | 114 |
| Binary | 11110000 | 10010101 | 11101101 | 0 | 100110 | 1 | 110 | 100101110 | 1001011 | 1001100 |
Color Harmonies of #F095ED
Complementary color
Monochromatic Colors of #F095ED
Black with #F095ED
Text Example
Text Example
White with #F095ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F095ED; }
p { color: rgb(240,149,237); }
H1.HeaderClassName
{
color: #F095ED;
}
.AnyTagClassName
{
color: #F095ED;
}
</style>
background-color css
<style>
a { background-color: #F095ED; }
a { background-color: rgb(240,149,237); }
div.DivClassName
{
background-color: #F095ED;
}
.BgClassName
{
background-color: #F095ED;
}
</style>
border-color css
<style>
span { border-color: #F095ED; }
span { border-color: rgb(240,149,237); }
td.TdClassName
{
border-color: #F095ED;
}
.TagClassName
{
border-color: #F095ED;
}
</style>