Shades of Violet #F695EF
Tints of Violet #F695EF
RGB
CMYK
RGB Variations
Color information
#F695EF (or 0xF695EF) is known color: Violet. HEX triplet: F6, 95 and EF. RGB value is (246,149,239). Sum of RGB (Red+Green+Blue) = 246+149+239=634 (83% of max value = 765). Red value is 246 (96.48% from 255 or 38.80% from 634); Green value is 149 (58.59% from 255 or 23.50% from 634); Blue value is 239 (93.75% from 255 or 37.70% from 634); Max value from RGB is 246 - color contains mainly: red. Hex color #F695EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F695EF is #096A10. Grayscale: #BBBBBB. Windows color (decimal): -616977 or 15701494. OLE color: 15701494.
HSL color Cylindrical-coordinate representation of color #F695EF: hue angle of 304.33º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F695EF is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 149 | 239 | - |
| CMYK | 0 | 0.39 | 0.03 | 0.04 |
| HSL | 304.33º | 0.84% | 0.77% | - |
| HSV(B) | 304.33º | 0.39% | 0.96% | - |
| XYZ | 64.33 | 47.32 | 87.4 | - |
| YUV | 188.26 | 156.64 | 169.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 149 | 239 | 0 | 0.39 | 0.03 | 0.04 | 304.33 | 0.84 | 0.77 |
| Hex | F6 | 95 | EF | 0 | 27 | 3 | 4 | 130 | 54 | 4D |
| Octal | 366 | 225 | 357 | 0 | 47 | 3 | 4 | 460 | 124 | 115 |
| Binary | 11110110 | 10010101 | 11101111 | 0 | 100111 | 11 | 100 | 100110000 | 1010100 | 1001101 |
Color Harmonies of #F695EF
Complementary color
Monochromatic Colors of #F695EF
Black with #F695EF
Text Example
Text Example
White with #F695EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F695EF; }
p { color: rgb(246,149,239); }
H1.HeaderClassName
{
color: #F695EF;
}
.AnyTagClassName
{
color: #F695EF;
}
</style>
background-color css
<style>
a { background-color: #F695EF; }
a { background-color: rgb(246,149,239); }
div.DivClassName
{
background-color: #F695EF;
}
.BgClassName
{
background-color: #F695EF;
}
</style>
border-color css
<style>
span { border-color: #F695EF; }
span { border-color: rgb(246,149,239); }
td.TdClassName
{
border-color: #F695EF;
}
.TagClassName
{
border-color: #F695EF;
}
</style>