Shades of Violet Red #F04588
Tints of Violet Red #F04588
RGB
CMYK
RGB Variations
Color information
#F04588 (or 0xF04588) is known color: Violet Red. HEX triplet: F0, 45 and 88. RGB value is (240,69,136). Sum of RGB (Red+Green+Blue) = 240+69+136=445 (58% of max value = 765). Red value is 240 (94.14% from 255 or 53.93% from 445); Green value is 69 (27.34% from 255 or 15.51% from 445); Blue value is 136 (53.52% from 255 or 30.56% from 445); Max value from RGB is 240 - color contains mainly: red. Hex color #F04588 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04588 is #0FBA77. Grayscale: #7F7F7F. Windows color (decimal): -1030776 or 8930800. OLE color: 8930800.
HSL color Cylindrical-coordinate representation of color #F04588: hue angle of 336.49º 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 #F04588 is Cyan = 0, Magento = 0.71, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 69 | 136 | - |
| CMYK | 0 | 0.71 | 0.43 | 0.06 |
| HSL | 336.49º | 0.85% | 0.61% | - |
| HSV(B) | 336.49º | 0.71% | 0.94% | - |
| XYZ | 42.51 | 24.56 | 25.79 | - |
| YUV | 127.77 | 132.65 | 208.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 69 | 136 | 0 | 0.71 | 0.43 | 0.06 | 336.49 | 0.85 | 0.61 |
| Hex | F0 | 45 | 88 | 0 | 47 | 2B | 6 | 150 | 55 | 3D |
| Octal | 360 | 105 | 210 | 0 | 107 | 53 | 6 | 520 | 125 | 75 |
| Binary | 11110000 | 1000101 | 10001000 | 0 | 1000111 | 101011 | 110 | 101010000 | 1010101 | 111101 |
Color Harmonies of #F04588
Complementary color
Monochromatic Colors of #F04588
Black with #F04588
Text Example
Text Example
White with #F04588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04588; }
p { color: rgb(240,69,136); }
H1.HeaderClassName
{
color: #F04588;
}
.AnyTagClassName
{
color: #F04588;
}
</style>
background-color css
<style>
a { background-color: #F04588; }
a { background-color: rgb(240,69,136); }
div.DivClassName
{
background-color: #F04588;
}
.BgClassName
{
background-color: #F04588;
}
</style>
border-color css
<style>
span { border-color: #F04588; }
span { border-color: rgb(240,69,136); }
td.TdClassName
{
border-color: #F04588;
}
.TagClassName
{
border-color: #F04588;
}
</style>