Shades of Violet #F695FE
Tints of Violet #F695FE
RGB
CMYK
RGB Variations
Color information
#F695FE (or 0xF695FE) is known color: Violet. HEX triplet: F6, 95 and FE. RGB value is (246,149,254). Sum of RGB (Red+Green+Blue) = 246+149+254=649 (85% of max value = 765). Red value is 246 (96.48% from 255 or 37.90% from 649); Green value is 149 (58.59% from 255 or 22.96% from 649); Blue value is 254 (99.61% from 255 or 39.14% from 649); Max value from RGB is 254 - color contains mainly: blue. Hex color #F695FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F695FE is #096A01. Grayscale: #BDBDBD. Windows color (decimal): -616962 or 16684534. OLE color: 16684534.
HSL color Cylindrical-coordinate representation of color #F695FE: hue angle of 295.43º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F695FE is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 246 | 149 | 254 | - |
| CMYK | 0.03 | 0.41 | 0 | 0.00 |
| HSL | 295.43º | 0.98% | 0.79% | - |
| HSV(B) | 295.43º | 0.41% | 1% | - |
| XYZ | 66.64 | 48.24 | 99.57 | - |
| YUV | 189.97 | 164.14 | 167.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 149 | 254 | 0.03 | 0.41 | 0 | 0.00 | 295.43 | 0.98 | 0.79 |
| Hex | F6 | 95 | FE | 3 | 29 | 0 | 0 | 127 | 62 | 4F |
| Octal | 366 | 225 | 376 | 3 | 51 | 0 | 0 | 447 | 142 | 117 |
| Binary | 11110110 | 10010101 | 11111110 | 11 | 101001 | 0 | 0 | 100100111 | 1100010 | 1001111 |
Color Harmonies of #F695FE
Complementary color
Monochromatic Colors of #F695FE
Black with #F695FE
Text Example
Text Example
White with #F695FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F695FE; }
p { color: rgb(246,149,254); }
H1.HeaderClassName
{
color: #F695FE;
}
.AnyTagClassName
{
color: #F695FE;
}
</style>
background-color css
<style>
a { background-color: #F695FE; }
a { background-color: rgb(246,149,254); }
div.DivClassName
{
background-color: #F695FE;
}
.BgClassName
{
background-color: #F695FE;
}
</style>
border-color css
<style>
span { border-color: #F695FE; }
span { border-color: rgb(246,149,254); }
td.TdClassName
{
border-color: #F695FE;
}
.TagClassName
{
border-color: #F695FE;
}
</style>