Shades of Violet Red #F04688
Tints of Violet Red #F04688
RGB
CMYK
RGB Variations
Color information
#F04688 (or 0xF04688) is known color: Violet Red. HEX triplet: F0, 46 and 88. RGB value is (240,70,136). Sum of RGB (Red+Green+Blue) = 240+70+136=446 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.81% from 446); Green value is 70 (27.73% from 255 or 15.70% from 446); Blue value is 136 (53.52% from 255 or 30.49% from 446); Max value from RGB is 240 - color contains mainly: red. Hex color #F04688 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04688 is #0FB977. Grayscale: #808080. Windows color (decimal): -1030520 or 8931056. OLE color: 8931056.
HSL color Cylindrical-coordinate representation of color #F04688: hue angle of 336.71º 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 #F04688 is Cyan = 0, Magento = 0.71, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 70 | 136 | - |
| CMYK | 0 | 0.71 | 0.43 | 0.06 |
| HSL | 336.71º | 0.85% | 0.61% | - |
| HSV(B) | 336.71º | 0.71% | 0.94% | - |
| XYZ | 42.57 | 24.68 | 25.81 | - |
| YUV | 128.35 | 132.32 | 207.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 70 | 136 | 0 | 0.71 | 0.43 | 0.06 | 336.71 | 0.85 | 0.61 |
| Hex | F0 | 46 | 88 | 0 | 47 | 2B | 6 | 151 | 55 | 3D |
| Octal | 360 | 106 | 210 | 0 | 107 | 53 | 6 | 521 | 125 | 75 |
| Binary | 11110000 | 1000110 | 10001000 | 0 | 1000111 | 101011 | 110 | 101010001 | 1010101 | 111101 |
Color Harmonies of #F04688
Complementary color
Monochromatic Colors of #F04688
Black with #F04688
Text Example
Text Example
White with #F04688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04688; }
p { color: rgb(240,70,136); }
H1.HeaderClassName
{
color: #F04688;
}
.AnyTagClassName
{
color: #F04688;
}
</style>
background-color css
<style>
a { background-color: #F04688; }
a { background-color: rgb(240,70,136); }
div.DivClassName
{
background-color: #F04688;
}
.BgClassName
{
background-color: #F04688;
}
</style>
border-color css
<style>
span { border-color: #F04688; }
span { border-color: rgb(240,70,136); }
td.TdClassName
{
border-color: #F04688;
}
.TagClassName
{
border-color: #F04688;
}
</style>