Shades of Violet #F584F1
Tints of Violet #F584F1
RGB
CMYK
RGB Variations
Color information
#F584F1 (or 0xF584F1) is known color: Violet. HEX triplet: F5, 84 and F1. RGB value is (245,132,241). Sum of RGB (Red+Green+Blue) = 245+132+241=618 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.64% from 618); Green value is 132 (51.95% from 255 or 21.36% from 618); Blue value is 241 (94.53% from 255 or 39.00% from 618); Max value from RGB is 245 - color contains mainly: red. Hex color #F584F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F584F1 is #0A7B0E. Grayscale: #B1B1B1. Windows color (decimal): -686863 or 15828213. OLE color: 15828213.
HSL color Cylindrical-coordinate representation of color #F584F1: hue angle of 302.12º 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 #F584F1 is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 132 | 241 | - |
| CMYK | 0 | 0.46 | 0.02 | 0.04 |
| HSL | 302.12º | 0.85% | 0.74% | - |
| HSV(B) | 302.12º | 0.46% | 0.96% | - |
| XYZ | 61.78 | 42.27 | 88.12 | - |
| YUV | 178.21 | 163.44 | 175.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 132 | 241 | 0 | 0.46 | 0.02 | 0.04 | 302.12 | 0.85 | 0.74 |
| Hex | F5 | 84 | F1 | 0 | 2E | 2 | 4 | 12E | 55 | 4A |
| Octal | 365 | 204 | 361 | 0 | 56 | 2 | 4 | 456 | 125 | 112 |
| Binary | 11110101 | 10000100 | 11110001 | 0 | 101110 | 10 | 100 | 100101110 | 1010101 | 1001010 |
Color Harmonies of #F584F1
Complementary color
Monochromatic Colors of #F584F1
Black with #F584F1
Text Example
Text Example
White with #F584F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F584F1; }
p { color: rgb(245,132,241); }
H1.HeaderClassName
{
color: #F584F1;
}
.AnyTagClassName
{
color: #F584F1;
}
</style>
background-color css
<style>
a { background-color: #F584F1; }
a { background-color: rgb(245,132,241); }
div.DivClassName
{
background-color: #F584F1;
}
.BgClassName
{
background-color: #F584F1;
}
</style>
border-color css
<style>
span { border-color: #F584F1; }
span { border-color: rgb(245,132,241); }
td.TdClassName
{
border-color: #F584F1;
}
.TagClassName
{
border-color: #F584F1;
}
</style>