Shades of Violet Red #F03681
Tints of Violet Red #F03681
RGB
CMYK
RGB Variations
Color information
#F03681 (or 0xF03681) is known color: Violet Red. HEX triplet: F0, 36 and 81. RGB value is (240,54,129). Sum of RGB (Red+Green+Blue) = 240+54+129=423 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.74% from 423); Green value is 54 (21.48% from 255 or 12.77% from 423); Blue value is 129 (50.78% from 255 or 30.50% from 423); Max value from RGB is 240 - color contains mainly: red. Hex color #F03681 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03681 is #0FC97E. Grayscale: #767676. Windows color (decimal): -1034623 or 8468208. OLE color: 8468208.
HSL color Cylindrical-coordinate representation of color #F03681: hue angle of 335.81º 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 #F03681 is Cyan = 0, Magento = 0.78, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 54 | 129 | - |
| CMYK | 0 | 0.78 | 0.46 | 0.06 |
| HSL | 335.81º | 0.86% | 0.58% | - |
| HSV(B) | 335.81º | 0.78% | 0.94% | - |
| XYZ | 41.22 | 22.75 | 22.99 | - |
| YUV | 118.16 | 134.12 | 214.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 54 | 129 | 0 | 0.78 | 0.46 | 0.06 | 335.81 | 0.86 | 0.58 |
| Hex | F0 | 36 | 81 | 0 | 4E | 2E | 6 | 150 | 56 | 3A |
| Octal | 360 | 66 | 201 | 0 | 116 | 56 | 6 | 520 | 126 | 72 |
| Binary | 11110000 | 110110 | 10000001 | 0 | 1001110 | 101110 | 110 | 101010000 | 1010110 | 111010 |
Color Harmonies of #F03681
Complementary color
Monochromatic Colors of #F03681
Black with #F03681
Text Example
Text Example
White with #F03681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03681; }
p { color: rgb(240,54,129); }
H1.HeaderClassName
{
color: #F03681;
}
.AnyTagClassName
{
color: #F03681;
}
</style>
background-color css
<style>
a { background-color: #F03681; }
a { background-color: rgb(240,54,129); }
div.DivClassName
{
background-color: #F03681;
}
.BgClassName
{
background-color: #F03681;
}
</style>
border-color css
<style>
span { border-color: #F03681; }
span { border-color: rgb(240,54,129); }
td.TdClassName
{
border-color: #F03681;
}
.TagClassName
{
border-color: #F03681;
}
</style>