Shades of Violet #F695F1
Tints of Violet #F695F1
RGB
CMYK
RGB Variations
Color information
#F695F1 (or 0xF695F1) is known color: Violet. HEX triplet: F6, 95 and F1. RGB value is (246,149,241). Sum of RGB (Red+Green+Blue) = 246+149+241=636 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.68% from 636); Green value is 149 (58.59% from 255 or 23.43% from 636); Blue value is 241 (94.53% from 255 or 37.89% from 636); Max value from RGB is 246 - color contains mainly: red. Hex color #F695F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F695F1 is #096A0E. Grayscale: #BCBCBC. Windows color (decimal): -616975 or 15832566. OLE color: 15832566.
HSL color Cylindrical-coordinate representation of color #F695F1: hue angle of 303.09º 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 #F695F1 is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 149 | 241 | - |
| CMYK | 0 | 0.39 | 0.02 | 0.04 |
| HSL | 303.09º | 0.84% | 0.77% | - |
| HSV(B) | 303.09º | 0.39% | 0.96% | - |
| XYZ | 64.63 | 47.44 | 88.97 | - |
| YUV | 188.49 | 157.64 | 169.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 149 | 241 | 0 | 0.39 | 0.02 | 0.04 | 303.09 | 0.84 | 0.77 |
| Hex | F6 | 95 | F1 | 0 | 27 | 2 | 4 | 12F | 54 | 4D |
| Octal | 366 | 225 | 361 | 0 | 47 | 2 | 4 | 457 | 124 | 115 |
| Binary | 11110110 | 10010101 | 11110001 | 0 | 100111 | 10 | 100 | 100101111 | 1010100 | 1001101 |
Color Harmonies of #F695F1
Complementary color
Monochromatic Colors of #F695F1
Black with #F695F1
Text Example
Text Example
White with #F695F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F695F1; }
p { color: rgb(246,149,241); }
H1.HeaderClassName
{
color: #F695F1;
}
.AnyTagClassName
{
color: #F695F1;
}
</style>
background-color css
<style>
a { background-color: #F695F1; }
a { background-color: rgb(246,149,241); }
div.DivClassName
{
background-color: #F695F1;
}
.BgClassName
{
background-color: #F695F1;
}
</style>
border-color css
<style>
span { border-color: #F695F1; }
span { border-color: rgb(246,149,241); }
td.TdClassName
{
border-color: #F695F1;
}
.TagClassName
{
border-color: #F695F1;
}
</style>