Shades of Violet #F095EE
Tints of Violet #F095EE
RGB
CMYK
RGB Variations
Color information
#F095EE (or 0xF095EE) is known color: Violet. HEX triplet: F0, 95 and EE. RGB value is (240,149,238). Sum of RGB (Red+Green+Blue) = 240+149+238=627 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.28% from 627); Green value is 149 (58.59% from 255 or 23.76% from 627); Blue value is 238 (93.36% from 255 or 37.96% from 627); Max value from RGB is 240 - color contains mainly: red. Hex color #F095EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F095EE is #0F6A11. Grayscale: #BABABA. Windows color (decimal): -1010194 or 15635952. OLE color: 15635952.
HSL color Cylindrical-coordinate representation of color #F095EE: hue angle of 301.32º 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 #F095EE is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 149 | 238 | - |
| CMYK | 0 | 0.38 | 0.01 | 0.06 |
| HSL | 301.32º | 0.75% | 0.76% | - |
| HSV(B) | 301.32º | 0.38% | 0.94% | - |
| XYZ | 62.12 | 46.19 | 86.53 | - |
| YUV | 186.36 | 157.15 | 166.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 149 | 238 | 0 | 0.38 | 0.01 | 0.06 | 301.32 | 0.75 | 0.76 |
| Hex | F0 | 95 | EE | 0 | 26 | 1 | 6 | 12D | 4B | 4C |
| Octal | 360 | 225 | 356 | 0 | 46 | 1 | 6 | 455 | 113 | 114 |
| Binary | 11110000 | 10010101 | 11101110 | 0 | 100110 | 1 | 110 | 100101101 | 1001011 | 1001100 |
Color Harmonies of #F095EE
Complementary color
Monochromatic Colors of #F095EE
Black with #F095EE
Text Example
Text Example
White with #F095EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F095EE; }
p { color: rgb(240,149,238); }
H1.HeaderClassName
{
color: #F095EE;
}
.AnyTagClassName
{
color: #F095EE;
}
</style>
background-color css
<style>
a { background-color: #F095EE; }
a { background-color: rgb(240,149,238); }
div.DivClassName
{
background-color: #F095EE;
}
.BgClassName
{
background-color: #F095EE;
}
</style>
border-color css
<style>
span { border-color: #F095EE; }
span { border-color: rgb(240,149,238); }
td.TdClassName
{
border-color: #F095EE;
}
.TagClassName
{
border-color: #F095EE;
}
</style>