Shades of Violet Red #F03988
Tints of Violet Red #F03988
RGB
CMYK
RGB Variations
Color information
#F03988 (or 0xF03988) is known color: Violet Red. HEX triplet: F0, 39 and 88. RGB value is (240,57,136). Sum of RGB (Red+Green+Blue) = 240+57+136=433 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.43% from 433); Green value is 57 (22.66% from 255 or 13.16% from 433); Blue value is 136 (53.52% from 255 or 31.41% from 433); Max value from RGB is 240 - color contains mainly: red. Hex color #F03988 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03988 is #0FC677. Grayscale: #787878. Windows color (decimal): -1033848 or 8927728. OLE color: 8927728.
HSL color Cylindrical-coordinate representation of color #F03988: hue angle of 334.1º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F03988 is Cyan = 0, Magento = 0.76, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 57 | 136 | - |
| CMYK | 0 | 0.76 | 0.43 | 0.06 |
| HSL | 334.1º | 0.86% | 0.58% | - |
| HSV(B) | 334.1º | 0.76% | 0.94% | - |
| XYZ | 41.84 | 23.23 | 25.57 | - |
| YUV | 120.72 | 136.63 | 213.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 57 | 136 | 0 | 0.76 | 0.43 | 0.06 | 334.1 | 0.86 | 0.58 |
| Hex | F0 | 39 | 88 | 0 | 4C | 2B | 6 | 14E | 56 | 3A |
| Octal | 360 | 71 | 210 | 0 | 114 | 53 | 6 | 516 | 126 | 72 |
| Binary | 11110000 | 111001 | 10001000 | 0 | 1001100 | 101011 | 110 | 101001110 | 1010110 | 111010 |
Color Harmonies of #F03988
Complementary color
Monochromatic Colors of #F03988
Black with #F03988
Text Example
Text Example
White with #F03988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03988; }
p { color: rgb(240,57,136); }
H1.HeaderClassName
{
color: #F03988;
}
.AnyTagClassName
{
color: #F03988;
}
</style>
background-color css
<style>
a { background-color: #F03988; }
a { background-color: rgb(240,57,136); }
div.DivClassName
{
background-color: #F03988;
}
.BgClassName
{
background-color: #F03988;
}
</style>
border-color css
<style>
span { border-color: #F03988; }
span { border-color: rgb(240,57,136); }
td.TdClassName
{
border-color: #F03988;
}
.TagClassName
{
border-color: #F03988;
}
</style>