Shades of Violet #F595F7
Tints of Violet #F595F7
RGB
CMYK
RGB Variations
Color information
#F595F7 (or 0xF595F7) is known color: Violet. HEX triplet: F5, 95 and F7. RGB value is (245,149,247). Sum of RGB (Red+Green+Blue) = 245+149+247=641 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.22% from 641); Green value is 149 (58.59% from 255 or 23.24% from 641); Blue value is 247 (96.88% from 255 or 38.53% from 641); Max value from RGB is 247 - color contains mainly: blue. Hex color #F595F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F595F7 is #0A6A08. Grayscale: #BCBCBC. Windows color (decimal): -682505 or 16225781. OLE color: 16225781.
HSL color Cylindrical-coordinate representation of color #F595F7: hue angle of 298.78º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F595F7 is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 245 | 149 | 247 | - |
| CMYK | 0.01 | 0.40 | 0 | 0.03 |
| HSL | 298.78º | 0.86% | 0.78% | - |
| HSV(B) | 298.78º | 0.4% | 0.97% | - |
| XYZ | 65.19 | 47.62 | 93.75 | - |
| YUV | 188.88 | 160.8 | 168.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 149 | 247 | 0.01 | 0.40 | 0 | 0.03 | 298.78 | 0.86 | 0.78 |
| Hex | F5 | 95 | F7 | 1 | 28 | 0 | 3 | 12B | 56 | 4E |
| Octal | 365 | 225 | 367 | 1 | 50 | 0 | 3 | 453 | 126 | 116 |
| Binary | 11110101 | 10010101 | 11110111 | 1 | 101000 | 0 | 11 | 100101011 | 1010110 | 1001110 |
Color Harmonies of #F595F7
Complementary color
Monochromatic Colors of #F595F7
Black with #F595F7
Text Example
Text Example
White with #F595F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F595F7; }
p { color: rgb(245,149,247); }
H1.HeaderClassName
{
color: #F595F7;
}
.AnyTagClassName
{
color: #F595F7;
}
</style>
background-color css
<style>
a { background-color: #F595F7; }
a { background-color: rgb(245,149,247); }
div.DivClassName
{
background-color: #F595F7;
}
.BgClassName
{
background-color: #F595F7;
}
</style>
border-color css
<style>
span { border-color: #F595F7; }
span { border-color: rgb(245,149,247); }
td.TdClassName
{
border-color: #F595F7;
}
.TagClassName
{
border-color: #F595F7;
}
</style>