Shades of Violet #F587F1
Tints of Violet #F587F1
RGB
CMYK
RGB Variations
Color information
#F587F1 (or 0xF587F1) is known color: Violet. HEX triplet: F5, 87 and F1. RGB value is (245,135,241). Sum of RGB (Red+Green+Blue) = 245+135+241=621 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.45% from 621); Green value is 135 (53.12% from 255 or 21.74% from 621); Blue value is 241 (94.53% from 255 or 38.81% from 621); Max value from RGB is 245 - color contains mainly: red. Hex color #F587F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F587F1 is #0A780E. Grayscale: #B3B3B3. Windows color (decimal): -686095 or 15828981. OLE color: 15828981.
HSL color Cylindrical-coordinate representation of color #F587F1: hue angle of 302.18º degrees, saturation: 0.85, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F587F1 is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 135 | 241 | - |
| CMYK | 0 | 0.45 | 0.02 | 0.04 |
| HSL | 302.18º | 0.85% | 0.75% | - |
| HSV(B) | 302.18º | 0.45% | 0.96% | - |
| XYZ | 62.2 | 43.09 | 88.26 | - |
| YUV | 179.97 | 162.44 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 135 | 241 | 0 | 0.45 | 0.02 | 0.04 | 302.18 | 0.85 | 0.75 |
| Hex | F5 | 87 | F1 | 0 | 2D | 2 | 4 | 12E | 55 | 4B |
| Octal | 365 | 207 | 361 | 0 | 55 | 2 | 4 | 456 | 125 | 113 |
| Binary | 11110101 | 10000111 | 11110001 | 0 | 101101 | 10 | 100 | 100101110 | 1010101 | 1001011 |
Color Harmonies of #F587F1
Complementary color
Monochromatic Colors of #F587F1
Black with #F587F1
Text Example
Text Example
White with #F587F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F587F1; }
p { color: rgb(245,135,241); }
H1.HeaderClassName
{
color: #F587F1;
}
.AnyTagClassName
{
color: #F587F1;
}
</style>
background-color css
<style>
a { background-color: #F587F1; }
a { background-color: rgb(245,135,241); }
div.DivClassName
{
background-color: #F587F1;
}
.BgClassName
{
background-color: #F587F1;
}
</style>
border-color css
<style>
span { border-color: #F587F1; }
span { border-color: rgb(245,135,241); }
td.TdClassName
{
border-color: #F587F1;
}
.TagClassName
{
border-color: #F587F1;
}
</style>