Shades of Violet Red #F0478D
Tints of Violet Red #F0478D
RGB
CMYK
RGB Variations
Color information
#F0478D (or 0xF0478D) is known color: Violet Red. HEX triplet: F0, 47 and 8D. RGB value is (240,71,141). Sum of RGB (Red+Green+Blue) = 240+71+141=452 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.10% from 452); Green value is 71 (28.12% from 255 or 15.71% from 452); Blue value is 141 (55.47% from 255 or 31.19% from 452); Max value from RGB is 240 - color contains mainly: red. Hex color #F0478D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0478D is #0FB872. Grayscale: #818181. Windows color (decimal): -1030259 or 9258992. OLE color: 9258992.
HSL color Cylindrical-coordinate representation of color #F0478D: hue angle of 335.15º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F0478D is Cyan = 0, Magento = 0.70, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 71 | 141 | - |
| CMYK | 0 | 0.70 | 0.41 | 0.06 |
| HSL | 335.15º | 0.85% | 0.61% | - |
| HSV(B) | 335.15º | 0.7% | 0.94% | - |
| XYZ | 43 | 24.95 | 27.75 | - |
| YUV | 129.51 | 134.49 | 206.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 71 | 141 | 0 | 0.70 | 0.41 | 0.06 | 335.15 | 0.85 | 0.61 |
| Hex | F0 | 47 | 8D | 0 | 46 | 29 | 6 | 14F | 55 | 3D |
| Octal | 360 | 107 | 215 | 0 | 106 | 51 | 6 | 517 | 125 | 75 |
| Binary | 11110000 | 1000111 | 10001101 | 0 | 1000110 | 101001 | 110 | 101001111 | 1010101 | 111101 |
Color Harmonies of #F0478D
Complementary color
Monochromatic Colors of #F0478D
Black with #F0478D
Text Example
Text Example
White with #F0478D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0478D; }
p { color: rgb(240,71,141); }
H1.HeaderClassName
{
color: #F0478D;
}
.AnyTagClassName
{
color: #F0478D;
}
</style>
background-color css
<style>
a { background-color: #F0478D; }
a { background-color: rgb(240,71,141); }
div.DivClassName
{
background-color: #F0478D;
}
.BgClassName
{
background-color: #F0478D;
}
</style>
border-color css
<style>
span { border-color: #F0478D; }
span { border-color: rgb(240,71,141); }
td.TdClassName
{
border-color: #F0478D;
}
.TagClassName
{
border-color: #F0478D;
}
</style>