Shades of Violet #F585EF
Tints of Violet #F585EF
RGB
CMYK
RGB Variations
Color information
#F585EF (or 0xF585EF) is known color: Violet. HEX triplet: F5, 85 and EF. RGB value is (245,133,239). Sum of RGB (Red+Green+Blue) = 245+133+239=617 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.71% from 617); Green value is 133 (52.34% from 255 or 21.56% from 617); Blue value is 239 (93.75% from 255 or 38.74% from 617); Max value from RGB is 245 - color contains mainly: red. Hex color #F585EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F585EF is #0A7A10. Grayscale: #B2B2B2. Windows color (decimal): -686609 or 15697397. OLE color: 15697397.
HSL color Cylindrical-coordinate representation of color #F585EF: hue angle of 303.21º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F585EF is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 133 | 239 | - |
| CMYK | 0 | 0.46 | 0.02 | 0.04 |
| HSL | 303.21º | 0.85% | 0.74% | - |
| HSV(B) | 303.21º | 0.46% | 0.96% | - |
| XYZ | 61.62 | 42.42 | 86.6 | - |
| YUV | 178.57 | 162.11 | 175.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 133 | 239 | 0 | 0.46 | 0.02 | 0.04 | 303.21 | 0.85 | 0.74 |
| Hex | F5 | 85 | EF | 0 | 2E | 2 | 4 | 12F | 55 | 4A |
| Octal | 365 | 205 | 357 | 0 | 56 | 2 | 4 | 457 | 125 | 112 |
| Binary | 11110101 | 10000101 | 11101111 | 0 | 101110 | 10 | 100 | 100101111 | 1010101 | 1001010 |
Color Harmonies of #F585EF
Complementary color
Monochromatic Colors of #F585EF
Black with #F585EF
Text Example
Text Example
White with #F585EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F585EF; }
p { color: rgb(245,133,239); }
H1.HeaderClassName
{
color: #F585EF;
}
.AnyTagClassName
{
color: #F585EF;
}
</style>
background-color css
<style>
a { background-color: #F585EF; }
a { background-color: rgb(245,133,239); }
div.DivClassName
{
background-color: #F585EF;
}
.BgClassName
{
background-color: #F585EF;
}
</style>
border-color css
<style>
span { border-color: #F585EF; }
span { border-color: rgb(245,133,239); }
td.TdClassName
{
border-color: #F585EF;
}
.TagClassName
{
border-color: #F585EF;
}
</style>