Shades of Violet #F596FA
Tints of Violet #F596FA
RGB
CMYK
RGB Variations
Color information
#F596FA (or 0xF596FA) is known color: Violet. HEX triplet: F5, 96 and FA. RGB value is (245,150,250). Sum of RGB (Red+Green+Blue) = 245+150+250=645 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.98% from 645); Green value is 150 (58.98% from 255 or 23.26% from 645); Blue value is 250 (98.05% from 255 or 38.76% from 645); Max value from RGB is 250 - color contains mainly: blue. Hex color #F596FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F596FA is #0A6905. Grayscale: #BDBDBD. Windows color (decimal): -682246 or 16422645. OLE color: 16422645.
HSL color Cylindrical-coordinate representation of color #F596FA: hue angle of 297º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F596FA is Cyan = 0.02, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 150 | 250 | - |
| CMYK | 0.02 | 0.4 | 0 | 0.02 |
| HSL | 297º | 0.91% | 0.78% | - |
| HSV(B) | 297º | 0.4% | 0.98% | - |
| XYZ | 65.82 | 48.13 | 96.26 | - |
| YUV | 189.81 | 161.97 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 150 | 250 | 0.02 | 0.4 | 0 | 0.02 | 297 | 0.91 | 0.78 |
| Hex | F5 | 96 | FA | 2 | 28 | 0 | 2 | 129 | 5B | 4E |
| Octal | 365 | 226 | 372 | 2 | 50 | 0 | 2 | 451 | 133 | 116 |
| Binary | 11110101 | 10010110 | 11111010 | 10 | 101000 | 0 | 10 | 100101001 | 1011011 | 1001110 |
Color Harmonies of #F596FA
Complementary color
Monochromatic Colors of #F596FA
Black with #F596FA
Text Example
Text Example
White with #F596FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F596FA; }
p { color: rgb(245,150,250); }
H1.HeaderClassName
{
color: #F596FA;
}
.AnyTagClassName
{
color: #F596FA;
}
</style>
background-color css
<style>
a { background-color: #F596FA; }
a { background-color: rgb(245,150,250); }
div.DivClassName
{
background-color: #F596FA;
}
.BgClassName
{
background-color: #F596FA;
}
</style>
border-color css
<style>
span { border-color: #F596FA; }
span { border-color: rgb(245,150,250); }
td.TdClassName
{
border-color: #F596FA;
}
.TagClassName
{
border-color: #F596FA;
}
</style>