Shades of Violet Red #F04689
Tints of Violet Red #F04689
RGB
CMYK
RGB Variations
Color information
#F04689 (or 0xF04689) is known color: Violet Red. HEX triplet: F0, 46 and 89. RGB value is (240,70,137). Sum of RGB (Red+Green+Blue) = 240+70+137=447 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.69% from 447); Green value is 70 (27.73% from 255 or 15.66% from 447); Blue value is 137 (53.91% from 255 or 30.65% from 447); Max value from RGB is 240 - color contains mainly: red. Hex color #F04689 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04689 is #0FB976. Grayscale: #808080. Windows color (decimal): -1030519 or 8996592. OLE color: 8996592.
HSL color Cylindrical-coordinate representation of color #F04689: hue angle of 336.35º 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 #F04689 is Cyan = 0, Magento = 0.71, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 70 | 137 | - |
| CMYK | 0 | 0.71 | 0.43 | 0.06 |
| HSL | 336.35º | 0.85% | 0.61% | - |
| HSV(B) | 336.35º | 0.71% | 0.94% | - |
| XYZ | 42.64 | 24.71 | 26.19 | - |
| YUV | 128.47 | 132.82 | 207.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 70 | 137 | 0 | 0.71 | 0.43 | 0.06 | 336.35 | 0.85 | 0.61 |
| Hex | F0 | 46 | 89 | 0 | 47 | 2B | 6 | 150 | 55 | 3D |
| Octal | 360 | 106 | 211 | 0 | 107 | 53 | 6 | 520 | 125 | 75 |
| Binary | 11110000 | 1000110 | 10001001 | 0 | 1000111 | 101011 | 110 | 101010000 | 1010101 | 111101 |
Color Harmonies of #F04689
Complementary color
Monochromatic Colors of #F04689
Black with #F04689
Text Example
Text Example
White with #F04689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04689; }
p { color: rgb(240,70,137); }
H1.HeaderClassName
{
color: #F04689;
}
.AnyTagClassName
{
color: #F04689;
}
</style>
background-color css
<style>
a { background-color: #F04689; }
a { background-color: rgb(240,70,137); }
div.DivClassName
{
background-color: #F04689;
}
.BgClassName
{
background-color: #F04689;
}
</style>
border-color css
<style>
span { border-color: #F04689; }
span { border-color: rgb(240,70,137); }
td.TdClassName
{
border-color: #F04689;
}
.TagClassName
{
border-color: #F04689;
}
</style>