Shades of Violet Red #F0447E
Tints of Violet Red #F0447E
RGB
CMYK
RGB Variations
Color information
#F0447E (or 0xF0447E) is known color: Violet Red. HEX triplet: F0, 44 and 7E. RGB value is (240,68,126). Sum of RGB (Red+Green+Blue) = 240+68+126=434 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.30% from 434); Green value is 68 (26.95% from 255 or 15.67% from 434); Blue value is 126 (49.61% from 255 or 29.03% from 434); Max value from RGB is 240 - color contains mainly: red. Hex color #F0447E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0447E is #0FBB81. Grayscale: #7D7D7D. Windows color (decimal): -1031042 or 8275184. OLE color: 8275184.
HSL color Cylindrical-coordinate representation of color #F0447E: hue angle of 339.77º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F0447E is Cyan = 0, Magento = 0.72, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 68 | 126 | - |
| CMYK | 0 | 0.72 | 0.48 | 0.06 |
| HSL | 339.77º | 0.85% | 0.6% | - |
| HSV(B) | 339.77º | 0.72% | 0.94% | - |
| XYZ | 41.77 | 24.17 | 22.2 | - |
| YUV | 126.04 | 127.98 | 209.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 68 | 126 | 0 | 0.72 | 0.48 | 0.06 | 339.77 | 0.85 | 0.6 |
| Hex | F0 | 44 | 7E | 0 | 48 | 30 | 6 | 154 | 55 | 3C |
| Octal | 360 | 104 | 176 | 0 | 110 | 60 | 6 | 524 | 125 | 74 |
| Binary | 11110000 | 1000100 | 1111110 | 0 | 1001000 | 110000 | 110 | 101010100 | 1010101 | 111100 |
Color Harmonies of #F0447E
Complementary color
Monochromatic Colors of #F0447E
Black with #F0447E
Text Example
Text Example
White with #F0447E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0447E; }
p { color: rgb(240,68,126); }
H1.HeaderClassName
{
color: #F0447E;
}
.AnyTagClassName
{
color: #F0447E;
}
</style>
background-color css
<style>
a { background-color: #F0447E; }
a { background-color: rgb(240,68,126); }
div.DivClassName
{
background-color: #F0447E;
}
.BgClassName
{
background-color: #F0447E;
}
</style>
border-color css
<style>
span { border-color: #F0447E; }
span { border-color: rgb(240,68,126); }
td.TdClassName
{
border-color: #F0447E;
}
.TagClassName
{
border-color: #F0447E;
}
</style>