Shades of Violet #F584ED
Tints of Violet #F584ED
RGB
CMYK
RGB Variations
Color information
#F584ED (or 0xF584ED) is known color: Violet. HEX triplet: F5, 84 and ED. RGB value is (245,132,237). Sum of RGB (Red+Green+Blue) = 245+132+237=614 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.90% from 614); Green value is 132 (51.95% from 255 or 21.50% from 614); Blue value is 237 (92.97% from 255 or 38.60% from 614); Max value from RGB is 245 - color contains mainly: red. Hex color #F584ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F584ED is #0A7B12. Grayscale: #B1B1B1. Windows color (decimal): -686867 or 15566069. OLE color: 15566069.
HSL color Cylindrical-coordinate representation of color #F584ED: hue angle of 304.25º 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 #F584ED is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 132 | 237 | - |
| CMYK | 0 | 0.46 | 0.03 | 0.04 |
| HSL | 304.25º | 0.85% | 0.74% | - |
| HSV(B) | 304.25º | 0.46% | 0.96% | - |
| XYZ | 61.19 | 42.03 | 85.01 | - |
| YUV | 177.76 | 161.44 | 175.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 132 | 237 | 0 | 0.46 | 0.03 | 0.04 | 304.25 | 0.85 | 0.74 |
| Hex | F5 | 84 | ED | 0 | 2E | 3 | 4 | 130 | 55 | 4A |
| Octal | 365 | 204 | 355 | 0 | 56 | 3 | 4 | 460 | 125 | 112 |
| Binary | 11110101 | 10000100 | 11101101 | 0 | 101110 | 11 | 100 | 100110000 | 1010101 | 1001010 |
Color Harmonies of #F584ED
Complementary color
Monochromatic Colors of #F584ED
Black with #F584ED
Text Example
Text Example
White with #F584ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F584ED; }
p { color: rgb(245,132,237); }
H1.HeaderClassName
{
color: #F584ED;
}
.AnyTagClassName
{
color: #F584ED;
}
</style>
background-color css
<style>
a { background-color: #F584ED; }
a { background-color: rgb(245,132,237); }
div.DivClassName
{
background-color: #F584ED;
}
.BgClassName
{
background-color: #F584ED;
}
</style>
border-color css
<style>
span { border-color: #F584ED; }
span { border-color: rgb(245,132,237); }
td.TdClassName
{
border-color: #F584ED;
}
.TagClassName
{
border-color: #F584ED;
}
</style>