Shades of Violet #F584F9
Tints of Violet #F584F9
RGB
CMYK
RGB Variations
Color information
#F584F9 (or 0xF584F9) is known color: Violet. HEX triplet: F5, 84 and F9. RGB value is (245,132,249). Sum of RGB (Red+Green+Blue) = 245+132+249=626 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.14% from 626); Green value is 132 (51.95% from 255 or 21.09% from 626); Blue value is 249 (97.66% from 255 or 39.78% from 626); Max value from RGB is 249 - color contains mainly: blue. Hex color #F584F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F584F9 is #0A7B06. Grayscale: #B2B2B2. Windows color (decimal): -686855 or 16352501. OLE color: 16352501.
HSL color Cylindrical-coordinate representation of color #F584F9: hue angle of 297.95º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F584F9 is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 132 | 249 | - |
| CMYK | 0.02 | 0.47 | 0 | 0.02 |
| HSL | 297.95º | 0.91% | 0.75% | - |
| HSV(B) | 297.95º | 0.47% | 0.98% | - |
| XYZ | 63.01 | 42.75 | 94.55 | - |
| YUV | 179.13 | 167.44 | 174.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 132 | 249 | 0.02 | 0.47 | 0 | 0.02 | 297.95 | 0.91 | 0.75 |
| Hex | F5 | 84 | F9 | 2 | 2F | 0 | 2 | 12A | 5B | 4B |
| Octal | 365 | 204 | 371 | 2 | 57 | 0 | 2 | 452 | 133 | 113 |
| Binary | 11110101 | 10000100 | 11111001 | 10 | 101111 | 0 | 10 | 100101010 | 1011011 | 1001011 |
Color Harmonies of #F584F9
Complementary color
Monochromatic Colors of #F584F9
Black with #F584F9
Text Example
Text Example
White with #F584F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F584F9; }
p { color: rgb(245,132,249); }
H1.HeaderClassName
{
color: #F584F9;
}
.AnyTagClassName
{
color: #F584F9;
}
</style>
background-color css
<style>
a { background-color: #F584F9; }
a { background-color: rgb(245,132,249); }
div.DivClassName
{
background-color: #F584F9;
}
.BgClassName
{
background-color: #F584F9;
}
</style>
border-color css
<style>
span { border-color: #F584F9; }
span { border-color: rgb(245,132,249); }
td.TdClassName
{
border-color: #F584F9;
}
.TagClassName
{
border-color: #F584F9;
}
</style>