Shades of Violet Red #F03676
Tints of Violet Red #F03676
RGB
CMYK
RGB Variations
Color information
#F03676 (or 0xF03676) is known color: Violet Red. HEX triplet: F0, 36 and 76. RGB value is (240,54,118). Sum of RGB (Red+Green+Blue) = 240+54+118=412 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.25% from 412); Green value is 54 (21.48% from 255 or 13.11% from 412); Blue value is 118 (46.48% from 255 or 28.64% from 412); Max value from RGB is 240 - color contains mainly: red. Hex color #F03676 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F03676 is #0FC989. Grayscale: #747474. Windows color (decimal): -1034634 or 7747312. OLE color: 7747312.
HSL color Cylindrical-coordinate representation of color #F03676: hue angle of 339.35º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F03676 is Cyan = 0, Magento = 0.78, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 54 | 118 | - |
| CMYK | 0 | 0.78 | 0.51 | 0.06 |
| HSL | 339.35º | 0.86% | 0.58% | - |
| HSV(B) | 339.35º | 0.78% | 0.94% | - |
| XYZ | 40.52 | 22.47 | 19.34 | - |
| YUV | 116.91 | 128.62 | 215.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 54 | 118 | 0 | 0.78 | 0.51 | 0.06 | 339.35 | 0.86 | 0.58 |
| Hex | F0 | 36 | 76 | 0 | 4E | 33 | 6 | 153 | 56 | 3A |
| Octal | 360 | 66 | 166 | 0 | 116 | 63 | 6 | 523 | 126 | 72 |
| Binary | 11110000 | 110110 | 1110110 | 0 | 1001110 | 110011 | 110 | 101010011 | 1010110 | 111010 |
Color Harmonies of #F03676
Complementary color
Monochromatic Colors of #F03676
Black with #F03676
Text Example
Text Example
White with #F03676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03676; }
p { color: rgb(240,54,118); }
H1.HeaderClassName
{
color: #F03676;
}
.AnyTagClassName
{
color: #F03676;
}
</style>
background-color css
<style>
a { background-color: #F03676; }
a { background-color: rgb(240,54,118); }
div.DivClassName
{
background-color: #F03676;
}
.BgClassName
{
background-color: #F03676;
}
</style>
border-color css
<style>
span { border-color: #F03676; }
span { border-color: rgb(240,54,118); }
td.TdClassName
{
border-color: #F03676;
}
.TagClassName
{
border-color: #F03676;
}
</style>