Shades of Violet Red #F04189
Tints of Violet Red #F04189
RGB
CMYK
RGB Variations
Color information
#F04189 (or 0xF04189) is known color: Violet Red. HEX triplet: F0, 41 and 89. RGB value is (240,65,137). Sum of RGB (Red+Green+Blue) = 240+65+137=442 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.30% from 442); Green value is 65 (25.78% from 255 or 14.71% from 442); Blue value is 137 (53.91% from 255 or 31.00% from 442); Max value from RGB is 240 - color contains mainly: red. Hex color #F04189 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04189 is #0FBE76. Grayscale: #7D7D7D. Windows color (decimal): -1031799 or 8995312. OLE color: 8995312.
HSL color Cylindrical-coordinate representation of color #F04189: hue angle of 335.31º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F04189 is Cyan = 0, Magento = 0.73, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 65 | 137 | - |
| CMYK | 0 | 0.73 | 0.43 | 0.06 |
| HSL | 335.31º | 0.85% | 0.6% | - |
| HSV(B) | 335.31º | 0.73% | 0.94% | - |
| XYZ | 42.34 | 24.11 | 26.09 | - |
| YUV | 125.53 | 134.48 | 209.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 65 | 137 | 0 | 0.73 | 0.43 | 0.06 | 335.31 | 0.85 | 0.6 |
| Hex | F0 | 41 | 89 | 0 | 49 | 2B | 6 | 14F | 55 | 3C |
| Octal | 360 | 101 | 211 | 0 | 111 | 53 | 6 | 517 | 125 | 74 |
| Binary | 11110000 | 1000001 | 10001001 | 0 | 1001001 | 101011 | 110 | 101001111 | 1010101 | 111100 |
Color Harmonies of #F04189
Complementary color
Monochromatic Colors of #F04189
Black with #F04189
Text Example
Text Example
White with #F04189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04189; }
p { color: rgb(240,65,137); }
H1.HeaderClassName
{
color: #F04189;
}
.AnyTagClassName
{
color: #F04189;
}
</style>
background-color css
<style>
a { background-color: #F04189; }
a { background-color: rgb(240,65,137); }
div.DivClassName
{
background-color: #F04189;
}
.BgClassName
{
background-color: #F04189;
}
</style>
border-color css
<style>
span { border-color: #F04189; }
span { border-color: rgb(240,65,137); }
td.TdClassName
{
border-color: #F04189;
}
.TagClassName
{
border-color: #F04189;
}
</style>