Shades of Violet #F591FC
Tints of Violet #F591FC
RGB
CMYK
RGB Variations
Color information
#F591FC (or 0xF591FC) is known color: Violet. HEX triplet: F5, 91 and FC. RGB value is (245,145,252). Sum of RGB (Red+Green+Blue) = 245+145+252=642 (85% of max value = 765). Red value is 245 (96.09% from 255 or 38.16% from 642); Green value is 145 (57.03% from 255 or 22.59% from 642); Blue value is 252 (98.83% from 255 or 39.25% from 642); Max value from RGB is 252 - color contains mainly: blue. Hex color #F591FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F591FC is #0A6E03. Grayscale: #BABABA. Windows color (decimal): -683524 or 16552437. OLE color: 16552437.
HSL color Cylindrical-coordinate representation of color #F591FC: hue angle of 296.07º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F591FC is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 145 | 252 | - |
| CMYK | 0.03 | 0.42 | 0 | 0.01 |
| HSL | 296.07º | 0.95% | 0.78% | - |
| HSV(B) | 296.07º | 0.42% | 0.99% | - |
| XYZ | 65.35 | 46.69 | 97.66 | - |
| YUV | 187.1 | 164.63 | 169.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 145 | 252 | 0.03 | 0.42 | 0 | 0.01 | 296.07 | 0.95 | 0.78 |
| Hex | F5 | 91 | FC | 3 | 2A | 0 | 1 | 128 | 5F | 4E |
| Octal | 365 | 221 | 374 | 3 | 52 | 0 | 1 | 450 | 137 | 116 |
| Binary | 11110101 | 10010001 | 11111100 | 11 | 101010 | 0 | 1 | 100101000 | 1011111 | 1001110 |
Color Harmonies of #F591FC
Complementary color
Monochromatic Colors of #F591FC
Black with #F591FC
Text Example
Text Example
White with #F591FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F591FC; }
p { color: rgb(245,145,252); }
H1.HeaderClassName
{
color: #F591FC;
}
.AnyTagClassName
{
color: #F591FC;
}
</style>
background-color css
<style>
a { background-color: #F591FC; }
a { background-color: rgb(245,145,252); }
div.DivClassName
{
background-color: #F591FC;
}
.BgClassName
{
background-color: #F591FC;
}
</style>
border-color css
<style>
span { border-color: #F591FC; }
span { border-color: rgb(245,145,252); }
td.TdClassName
{
border-color: #F591FC;
}
.TagClassName
{
border-color: #F591FC;
}
</style>