Shades of Violet #F595FF
Tints of Violet #F595FF
RGB
CMYK
RGB Variations
Color information
#F595FF (or 0xF595FF) is known color: Violet. HEX triplet: F5, 95 and FF. RGB value is (245,149,255). Sum of RGB (Red+Green+Blue) = 245+149+255=649 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.75% from 649); Green value is 149 (58.59% from 255 or 22.96% from 649); Blue value is 255 (100% from 255 or 39.29% from 649); Max value from RGB is 255 - color contains mainly: blue. Hex color #F595FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F595FF is #0A6A00. Grayscale: #BDBDBD. Windows color (decimal): -682497 or 16750069. OLE color: 16750069.
HSL color Cylindrical-coordinate representation of color #F595FF: hue angle of 294.34º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F595FF is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 245 | 149 | 255 | - |
| CMYK | 0.04 | 0.42 | 0 | 0 |
| HSL | 294.34º | 1% | 0.79% | - |
| HSV(B) | 294.34º | 0.42% | 1% | - |
| XYZ | 66.45 | 48.13 | 100.39 | - |
| YUV | 189.79 | 164.8 | 167.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 149 | 255 | 0.04 | 0.42 | 0 | 0 | 294.34 | 1 | 0.79 |
| Hex | F5 | 95 | FF | 4 | 2A | 0 | 0 | 126 | 64 | 4F |
| Octal | 365 | 225 | 377 | 4 | 52 | 0 | 0 | 446 | 144 | 117 |
| Binary | 11110101 | 10010101 | 11111111 | 100 | 101010 | 0 | 0 | 100100110 | 1100100 | 1001111 |
Color Harmonies of #F595FF
Complementary color
Monochromatic Colors of #F595FF
Black with #F595FF
Text Example
Text Example
White with #F595FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F595FF; }
p { color: rgb(245,149,255); }
H1.HeaderClassName
{
color: #F595FF;
}
.AnyTagClassName
{
color: #F595FF;
}
</style>
background-color css
<style>
a { background-color: #F595FF; }
a { background-color: rgb(245,149,255); }
div.DivClassName
{
background-color: #F595FF;
}
.BgClassName
{
background-color: #F595FF;
}
</style>
border-color css
<style>
span { border-color: #F595FF; }
span { border-color: rgb(245,149,255); }
td.TdClassName
{
border-color: #F595FF;
}
.TagClassName
{
border-color: #F595FF;
}
</style>