Shades of Violet Red #F04589
Tints of Violet Red #F04589
RGB
CMYK
RGB Variations
Color information
#F04589 (or 0xF04589) is known color: Violet Red. HEX triplet: F0, 45 and 89. RGB value is (240,69,137). Sum of RGB (Red+Green+Blue) = 240+69+137=446 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.81% from 446); Green value is 69 (27.34% from 255 or 15.47% from 446); Blue value is 137 (53.91% from 255 or 30.72% from 446); Max value from RGB is 240 - color contains mainly: red. Hex color #F04589 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04589 is #0FBA76. Grayscale: #7F7F7F. Windows color (decimal): -1030775 or 8996336. OLE color: 8996336.
HSL color Cylindrical-coordinate representation of color #F04589: hue angle of 336.14º 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 #F04589 is Cyan = 0, Magento = 0.71, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 69 | 137 | - |
| CMYK | 0 | 0.71 | 0.43 | 0.06 |
| HSL | 336.14º | 0.85% | 0.61% | - |
| HSV(B) | 336.14º | 0.71% | 0.94% | - |
| XYZ | 42.58 | 24.59 | 26.17 | - |
| YUV | 127.88 | 133.15 | 207.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 69 | 137 | 0 | 0.71 | 0.43 | 0.06 | 336.14 | 0.85 | 0.61 |
| Hex | F0 | 45 | 89 | 0 | 47 | 2B | 6 | 150 | 55 | 3D |
| Octal | 360 | 105 | 211 | 0 | 107 | 53 | 6 | 520 | 125 | 75 |
| Binary | 11110000 | 1000101 | 10001001 | 0 | 1000111 | 101011 | 110 | 101010000 | 1010101 | 111101 |
Color Harmonies of #F04589
Complementary color
Monochromatic Colors of #F04589
Black with #F04589
Text Example
Text Example
White with #F04589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04589; }
p { color: rgb(240,69,137); }
H1.HeaderClassName
{
color: #F04589;
}
.AnyTagClassName
{
color: #F04589;
}
</style>
background-color css
<style>
a { background-color: #F04589; }
a { background-color: rgb(240,69,137); }
div.DivClassName
{
background-color: #F04589;
}
.BgClassName
{
background-color: #F04589;
}
</style>
border-color css
<style>
span { border-color: #F04589; }
span { border-color: rgb(240,69,137); }
td.TdClassName
{
border-color: #F04589;
}
.TagClassName
{
border-color: #F04589;
}
</style>