Shades of Violet #F595F9
Tints of Violet #F595F9
RGB
CMYK
RGB Variations
Color information
#F595F9 (or 0xF595F9) is known color: Violet. HEX triplet: F5, 95 and F9. RGB value is (245,149,249). Sum of RGB (Red+Green+Blue) = 245+149+249=643 (85% of max value = 765). Red value is 245 (96.09% from 255 or 38.10% from 643); Green value is 149 (58.59% from 255 or 23.17% from 643); Blue value is 249 (97.66% from 255 or 38.72% from 643); Max value from RGB is 249 - color contains mainly: blue. Hex color #F595F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F595F9 is #0A6A06. Grayscale: #BCBCBC. Windows color (decimal): -682503 or 16356853. OLE color: 16356853.
HSL color Cylindrical-coordinate representation of color #F595F9: hue angle of 297.6º degrees, saturation: 0.89, 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 #F595F9 is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 149 | 249 | - |
| CMYK | 0.02 | 0.40 | 0 | 0.02 |
| HSL | 297.6º | 0.89% | 0.78% | - |
| HSV(B) | 297.6º | 0.4% | 0.98% | - |
| XYZ | 65.5 | 47.75 | 95.39 | - |
| YUV | 189.1 | 161.8 | 167.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 149 | 249 | 0.02 | 0.40 | 0 | 0.02 | 297.6 | 0.89 | 0.78 |
| Hex | F5 | 95 | F9 | 2 | 28 | 0 | 2 | 12A | 59 | 4E |
| Octal | 365 | 225 | 371 | 2 | 50 | 0 | 2 | 452 | 131 | 116 |
| Binary | 11110101 | 10010101 | 11111001 | 10 | 101000 | 0 | 10 | 100101010 | 1011001 | 1001110 |
Color Harmonies of #F595F9
Complementary color
Monochromatic Colors of #F595F9
Black with #F595F9
Text Example
Text Example
White with #F595F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F595F9; }
p { color: rgb(245,149,249); }
H1.HeaderClassName
{
color: #F595F9;
}
.AnyTagClassName
{
color: #F595F9;
}
</style>
background-color css
<style>
a { background-color: #F595F9; }
a { background-color: rgb(245,149,249); }
div.DivClassName
{
background-color: #F595F9;
}
.BgClassName
{
background-color: #F595F9;
}
</style>
border-color css
<style>
span { border-color: #F595F9; }
span { border-color: rgb(245,149,249); }
td.TdClassName
{
border-color: #F595F9;
}
.TagClassName
{
border-color: #F595F9;
}
</style>