Shades of Violet Red #F0478F
Tints of Violet Red #F0478F
RGB
CMYK
RGB Variations
Color information
#F0478F (or 0xF0478F) is known color: Violet Red. HEX triplet: F0, 47 and 8F. RGB value is (240,71,143). Sum of RGB (Red+Green+Blue) = 240+71+143=454 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.86% from 454); Green value is 71 (28.12% from 255 or 15.64% from 454); Blue value is 143 (56.25% from 255 or 31.50% from 454); Max value from RGB is 240 - color contains mainly: red. Hex color #F0478F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0478F is #0FB870. Grayscale: #818181. Windows color (decimal): -1030257 or 9390064. OLE color: 9390064.
HSL color Cylindrical-coordinate representation of color #F0478F: hue angle of 334.44º 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 #F0478F is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 71 | 143 | - |
| CMYK | 0 | 0.70 | 0.40 | 0.06 |
| HSL | 334.44º | 0.85% | 0.61% | - |
| HSV(B) | 334.44º | 0.7% | 0.94% | - |
| XYZ | 43.15 | 25.01 | 28.54 | - |
| YUV | 129.74 | 135.49 | 206.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 71 | 143 | 0 | 0.70 | 0.40 | 0.06 | 334.44 | 0.85 | 0.61 |
| Hex | F0 | 47 | 8F | 0 | 46 | 28 | 6 | 14E | 55 | 3D |
| Octal | 360 | 107 | 217 | 0 | 106 | 50 | 6 | 516 | 125 | 75 |
| Binary | 11110000 | 1000111 | 10001111 | 0 | 1000110 | 101000 | 110 | 101001110 | 1010101 | 111101 |
Color Harmonies of #F0478F
Complementary color
Monochromatic Colors of #F0478F
Black with #F0478F
Text Example
Text Example
White with #F0478F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0478F; }
p { color: rgb(240,71,143); }
H1.HeaderClassName
{
color: #F0478F;
}
.AnyTagClassName
{
color: #F0478F;
}
</style>
background-color css
<style>
a { background-color: #F0478F; }
a { background-color: rgb(240,71,143); }
div.DivClassName
{
background-color: #F0478F;
}
.BgClassName
{
background-color: #F0478F;
}
</style>
border-color css
<style>
span { border-color: #F0478F; }
span { border-color: rgb(240,71,143); }
td.TdClassName
{
border-color: #F0478F;
}
.TagClassName
{
border-color: #F0478F;
}
</style>