Shades of Violet #F596FF
Tints of Violet #F596FF
RGB
CMYK
RGB Variations
Color information
#F596FF (or 0xF596FF) is known color: Violet. HEX triplet: F5, 96 and FF. RGB value is (245,150,255). Sum of RGB (Red+Green+Blue) = 245+150+255=650 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.69% from 650); Green value is 150 (58.98% from 255 or 23.08% from 650); Blue value is 255 (100% from 255 or 39.23% from 650); Max value from RGB is 255 - color contains mainly: blue. Hex color #F596FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F596FF is #0A6900. Grayscale: #BEBEBE. Windows color (decimal): -682241 or 16750325. OLE color: 16750325.
HSL color Cylindrical-coordinate representation of color #F596FF: hue angle of 294.29º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F596FF is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 245 | 150 | 255 | - |
| CMYK | 0.04 | 0.41 | 0 | 0 |
| HSL | 294.29º | 1% | 0.79% | - |
| HSV(B) | 294.29º | 0.41% | 1% | - |
| XYZ | 66.61 | 48.45 | 100.45 | - |
| YUV | 190.38 | 164.47 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 150 | 255 | 0.04 | 0.41 | 0 | 0 | 294.29 | 1 | 0.79 |
| Hex | F5 | 96 | FF | 4 | 29 | 0 | 0 | 126 | 64 | 4F |
| Octal | 365 | 226 | 377 | 4 | 51 | 0 | 0 | 446 | 144 | 117 |
| Binary | 11110101 | 10010110 | 11111111 | 100 | 101001 | 0 | 0 | 100100110 | 1100100 | 1001111 |
Color Harmonies of #F596FF
Complementary color
Monochromatic Colors of #F596FF
Black with #F596FF
Text Example
Text Example
White with #F596FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F596FF; }
p { color: rgb(245,150,255); }
H1.HeaderClassName
{
color: #F596FF;
}
.AnyTagClassName
{
color: #F596FF;
}
</style>
background-color css
<style>
a { background-color: #F596FF; }
a { background-color: rgb(245,150,255); }
div.DivClassName
{
background-color: #F596FF;
}
.BgClassName
{
background-color: #F596FF;
}
</style>
border-color css
<style>
span { border-color: #F596FF; }
span { border-color: rgb(245,150,255); }
td.TdClassName
{
border-color: #F596FF;
}
.TagClassName
{
border-color: #F596FF;
}
</style>