Shades of Violet Red #F04584
Tints of Violet Red #F04584
RGB
CMYK
RGB Variations
Color information
#F04584 (or 0xF04584) is known color: Violet Red. HEX triplet: F0, 45 and 84. RGB value is (240,69,132). Sum of RGB (Red+Green+Blue) = 240+69+132=441 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.42% from 441); Green value is 69 (27.34% from 255 or 15.65% from 441); Blue value is 132 (51.95% from 255 or 29.93% from 441); Max value from RGB is 240 - color contains mainly: red. Hex color #F04584 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04584 is #0FBA7B. Grayscale: #7F7F7F. Windows color (decimal): -1030780 or 8668656. OLE color: 8668656.
HSL color Cylindrical-coordinate representation of color #F04584: hue angle of 337.89º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F04584 is Cyan = 0, Magento = 0.71, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 69 | 132 | - |
| CMYK | 0 | 0.71 | 0.45 | 0.06 |
| HSL | 337.89º | 0.85% | 0.61% | - |
| HSV(B) | 337.89º | 0.71% | 0.94% | - |
| XYZ | 42.23 | 24.45 | 24.32 | - |
| YUV | 127.31 | 130.65 | 208.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 69 | 132 | 0 | 0.71 | 0.45 | 0.06 | 337.89 | 0.85 | 0.61 |
| Hex | F0 | 45 | 84 | 0 | 47 | 2D | 6 | 152 | 55 | 3D |
| Octal | 360 | 105 | 204 | 0 | 107 | 55 | 6 | 522 | 125 | 75 |
| Binary | 11110000 | 1000101 | 10000100 | 0 | 1000111 | 101101 | 110 | 101010010 | 1010101 | 111101 |
Color Harmonies of #F04584
Complementary color
Monochromatic Colors of #F04584
Black with #F04584
Text Example
Text Example
White with #F04584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04584; }
p { color: rgb(240,69,132); }
H1.HeaderClassName
{
color: #F04584;
}
.AnyTagClassName
{
color: #F04584;
}
</style>
background-color css
<style>
a { background-color: #F04584; }
a { background-color: rgb(240,69,132); }
div.DivClassName
{
background-color: #F04584;
}
.BgClassName
{
background-color: #F04584;
}
</style>
border-color css
<style>
span { border-color: #F04584; }
span { border-color: rgb(240,69,132); }
td.TdClassName
{
border-color: #F04584;
}
.TagClassName
{
border-color: #F04584;
}
</style>