Shades of Violet #F595F0
Tints of Violet #F595F0
RGB
CMYK
RGB Variations
Color information
#F595F0 (or 0xF595F0) is known color: Violet. HEX triplet: F5, 95 and F0. RGB value is (245,149,240). Sum of RGB (Red+Green+Blue) = 245+149+240=634 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.64% from 634); Green value is 149 (58.59% from 255 or 23.50% from 634); Blue value is 240 (94.14% from 255 or 37.85% from 634); Max value from RGB is 245 - color contains mainly: red. Hex color #F595F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F595F0 is #0A6A0F. Grayscale: #BBBBBB. Windows color (decimal): -682512 or 15767029. OLE color: 15767029.
HSL color Cylindrical-coordinate representation of color #F595F0: hue angle of 303.12º degrees, saturation: 0.83, 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 #F595F0 is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 149 | 240 | - |
| CMYK | 0 | 0.39 | 0.02 | 0.04 |
| HSL | 303.13º | 0.83% | 0.77% | - |
| HSV(B) | 303.13º | 0.39% | 0.96% | - |
| XYZ | 64.13 | 47.2 | 88.17 | - |
| YUV | 188.08 | 157.3 | 168.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 149 | 240 | 0 | 0.39 | 0.02 | 0.04 | 303.13 | 0.83 | 0.77 |
| Hex | F5 | 95 | F0 | 0 | 27 | 2 | 4 | 12F | 53 | 4D |
| Octal | 365 | 225 | 360 | 0 | 47 | 2 | 4 | 457 | 123 | 115 |
| Binary | 11110101 | 10010101 | 11110000 | 0 | 100111 | 10 | 100 | 100101111 | 1010011 | 1001101 |
Color Harmonies of #F595F0
Complementary color
Monochromatic Colors of #F595F0
Black with #F595F0
Text Example
Text Example
White with #F595F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F595F0; }
p { color: rgb(245,149,240); }
H1.HeaderClassName
{
color: #F595F0;
}
.AnyTagClassName
{
color: #F595F0;
}
</style>
background-color css
<style>
a { background-color: #F595F0; }
a { background-color: rgb(245,149,240); }
div.DivClassName
{
background-color: #F595F0;
}
.BgClassName
{
background-color: #F595F0;
}
</style>
border-color css
<style>
span { border-color: #F595F0; }
span { border-color: rgb(245,149,240); }
td.TdClassName
{
border-color: #F595F0;
}
.TagClassName
{
border-color: #F595F0;
}
</style>