Shades of Violet #F591FB
Tints of Violet #F591FB
RGB
CMYK
RGB Variations
Color information
#F591FB (or 0xF591FB) is known color: Violet. HEX triplet: F5, 91 and FB. RGB value is (245,145,251). Sum of RGB (Red+Green+Blue) = 245+145+251=641 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.22% from 641); Green value is 145 (57.03% from 255 or 22.62% from 641); Blue value is 251 (98.44% from 255 or 39.16% from 641); Max value from RGB is 251 - color contains mainly: blue. Hex color #F591FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F591FB is #0A6E04. Grayscale: #BABABA. Windows color (decimal): -683525 or 16486901. OLE color: 16486901.
HSL color Cylindrical-coordinate representation of color #F591FB: hue angle of 296.6º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F591FB is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 145 | 251 | - |
| CMYK | 0.02 | 0.42 | 0 | 0.02 |
| HSL | 296.6º | 0.93% | 0.78% | - |
| HSV(B) | 296.6º | 0.42% | 0.98% | - |
| XYZ | 65.19 | 46.63 | 96.83 | - |
| YUV | 186.98 | 164.13 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 145 | 251 | 0.02 | 0.42 | 0 | 0.02 | 296.6 | 0.93 | 0.78 |
| Hex | F5 | 91 | FB | 2 | 2A | 0 | 2 | 129 | 5D | 4E |
| Octal | 365 | 221 | 373 | 2 | 52 | 0 | 2 | 451 | 135 | 116 |
| Binary | 11110101 | 10010001 | 11111011 | 10 | 101010 | 0 | 10 | 100101001 | 1011101 | 1001110 |
Color Harmonies of #F591FB
Complementary color
Monochromatic Colors of #F591FB
Black with #F591FB
Text Example
Text Example
White with #F591FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F591FB; }
p { color: rgb(245,145,251); }
H1.HeaderClassName
{
color: #F591FB;
}
.AnyTagClassName
{
color: #F591FB;
}
</style>
background-color css
<style>
a { background-color: #F591FB; }
a { background-color: rgb(245,145,251); }
div.DivClassName
{
background-color: #F591FB;
}
.BgClassName
{
background-color: #F591FB;
}
</style>
border-color css
<style>
span { border-color: #F591FB; }
span { border-color: rgb(245,145,251); }
td.TdClassName
{
border-color: #F591FB;
}
.TagClassName
{
border-color: #F591FB;
}
</style>