Shades of Violet #F597F0
Tints of Violet #F597F0
RGB
CMYK
RGB Variations
Color information
#F597F0 (or 0xF597F0) is known color: Violet. HEX triplet: F5, 97 and F0. RGB value is (245,151,240). Sum of RGB (Red+Green+Blue) = 245+151+240=636 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.52% from 636); Green value is 151 (59.38% from 255 or 23.74% from 636); Blue value is 240 (94.14% from 255 or 37.74% from 636); Max value from RGB is 245 - color contains mainly: red. Hex color #F597F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F597F0 is #0A680F. Grayscale: #BCBCBC. Windows color (decimal): -682000 or 15767541. OLE color: 15767541.
HSL color Cylindrical-coordinate representation of color #F597F0: hue angle of 303.19º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F597F0 is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 151 | 240 | - |
| CMYK | 0 | 0.38 | 0.02 | 0.04 |
| HSL | 303.19º | 0.82% | 0.78% | - |
| HSV(B) | 303.19º | 0.38% | 0.96% | - |
| XYZ | 64.45 | 47.84 | 88.27 | - |
| YUV | 189.25 | 156.64 | 167.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 151 | 240 | 0 | 0.38 | 0.02 | 0.04 | 303.19 | 0.82 | 0.78 |
| Hex | F5 | 97 | F0 | 0 | 26 | 2 | 4 | 12F | 52 | 4E |
| Octal | 365 | 227 | 360 | 0 | 46 | 2 | 4 | 457 | 122 | 116 |
| Binary | 11110101 | 10010111 | 11110000 | 0 | 100110 | 10 | 100 | 100101111 | 1010010 | 1001110 |
Color Harmonies of #F597F0
Complementary color
Monochromatic Colors of #F597F0
Black with #F597F0
Text Example
Text Example
White with #F597F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F597F0; }
p { color: rgb(245,151,240); }
H1.HeaderClassName
{
color: #F597F0;
}
.AnyTagClassName
{
color: #F597F0;
}
</style>
background-color css
<style>
a { background-color: #F597F0; }
a { background-color: rgb(245,151,240); }
div.DivClassName
{
background-color: #F597F0;
}
.BgClassName
{
background-color: #F597F0;
}
</style>
border-color css
<style>
span { border-color: #F597F0; }
span { border-color: rgb(245,151,240); }
td.TdClassName
{
border-color: #F597F0;
}
.TagClassName
{
border-color: #F597F0;
}
</style>