Shades of Violet #F593FB
Tints of Violet #F593FB
RGB
CMYK
RGB Variations
Color information
#F593FB (or 0xF593FB) is known color: Violet. HEX triplet: F5, 93 and FB. RGB value is (245,147,251). Sum of RGB (Red+Green+Blue) = 245+147+251=643 (85% of max value = 765). Red value is 245 (96.09% from 255 or 38.10% from 643); Green value is 147 (57.81% from 255 or 22.86% from 643); Blue value is 251 (98.44% from 255 or 39.04% from 643); Max value from RGB is 251 - color contains mainly: blue. Hex color #F593FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F593FB is #0A6C04. Grayscale: #BBBBBB. Windows color (decimal): -683013 or 16487413. OLE color: 16487413.
HSL color Cylindrical-coordinate representation of color #F593FB: hue angle of 296.54º degrees, saturation: 0.93, 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 #F593FB is Cyan = 0.02, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 147 | 251 | - |
| CMYK | 0.02 | 0.41 | 0 | 0.02 |
| HSL | 296.54º | 0.93% | 0.78% | - |
| HSV(B) | 296.54º | 0.41% | 0.98% | - |
| XYZ | 65.5 | 47.24 | 96.93 | - |
| YUV | 188.16 | 163.47 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 147 | 251 | 0.02 | 0.41 | 0 | 0.02 | 296.54 | 0.93 | 0.78 |
| Hex | F5 | 93 | FB | 2 | 29 | 0 | 2 | 129 | 5D | 4E |
| Octal | 365 | 223 | 373 | 2 | 51 | 0 | 2 | 451 | 135 | 116 |
| Binary | 11110101 | 10010011 | 11111011 | 10 | 101001 | 0 | 10 | 100101001 | 1011101 | 1001110 |
Color Harmonies of #F593FB
Complementary color
Monochromatic Colors of #F593FB
Black with #F593FB
Text Example
Text Example
White with #F593FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F593FB; }
p { color: rgb(245,147,251); }
H1.HeaderClassName
{
color: #F593FB;
}
.AnyTagClassName
{
color: #F593FB;
}
</style>
background-color css
<style>
a { background-color: #F593FB; }
a { background-color: rgb(245,147,251); }
div.DivClassName
{
background-color: #F593FB;
}
.BgClassName
{
background-color: #F593FB;
}
</style>
border-color css
<style>
span { border-color: #F593FB; }
span { border-color: rgb(245,147,251); }
td.TdClassName
{
border-color: #F593FB;
}
.TagClassName
{
border-color: #F593FB;
}
</style>