Shades of Violet #F593F9
Tints of Violet #F593F9
RGB
CMYK
RGB Variations
Color information
#F593F9 (or 0xF593F9) is known color: Violet. HEX triplet: F5, 93 and F9. RGB value is (245,147,249). Sum of RGB (Red+Green+Blue) = 245+147+249=641 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.22% from 641); Green value is 147 (57.81% from 255 or 22.93% from 641); Blue value is 249 (97.66% from 255 or 38.85% from 641); Max value from RGB is 249 - color contains mainly: blue. Hex color #F593F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F593F9 is #0A6C06. Grayscale: #BBBBBB. Windows color (decimal): -683015 or 16356341. OLE color: 16356341.
HSL color Cylindrical-coordinate representation of color #F593F9: hue angle of 297.65º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F593F9 is Cyan = 0.02, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 147 | 249 | - |
| CMYK | 0.02 | 0.41 | 0 | 0.02 |
| HSL | 297.65º | 0.89% | 0.78% | - |
| HSV(B) | 297.65º | 0.41% | 0.98% | - |
| XYZ | 65.19 | 47.12 | 95.28 | - |
| YUV | 187.93 | 162.47 | 168.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 147 | 249 | 0.02 | 0.41 | 0 | 0.02 | 297.65 | 0.89 | 0.78 |
| Hex | F5 | 93 | F9 | 2 | 29 | 0 | 2 | 12A | 59 | 4E |
| Octal | 365 | 223 | 371 | 2 | 51 | 0 | 2 | 452 | 131 | 116 |
| Binary | 11110101 | 10010011 | 11111001 | 10 | 101001 | 0 | 10 | 100101010 | 1011001 | 1001110 |
Color Harmonies of #F593F9
Complementary color
Monochromatic Colors of #F593F9
Black with #F593F9
Text Example
Text Example
White with #F593F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F593F9; }
p { color: rgb(245,147,249); }
H1.HeaderClassName
{
color: #F593F9;
}
.AnyTagClassName
{
color: #F593F9;
}
</style>
background-color css
<style>
a { background-color: #F593F9; }
a { background-color: rgb(245,147,249); }
div.DivClassName
{
background-color: #F593F9;
}
.BgClassName
{
background-color: #F593F9;
}
</style>
border-color css
<style>
span { border-color: #F593F9; }
span { border-color: rgb(245,147,249); }
td.TdClassName
{
border-color: #F593F9;
}
.TagClassName
{
border-color: #F593F9;
}
</style>