Shades of Violet Red #F0447B
Tints of Violet Red #F0447B
RGB
CMYK
RGB Variations
Color information
#F0447B (or 0xF0447B) is known color: Violet Red. HEX triplet: F0, 44 and 7B. RGB value is (240,68,123). Sum of RGB (Red+Green+Blue) = 240+68+123=431 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.68% from 431); Green value is 68 (26.95% from 255 or 15.78% from 431); Blue value is 123 (48.44% from 255 or 28.54% from 431); Max value from RGB is 240 - color contains mainly: red. Hex color #F0447B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0447B is #0FBB84. Grayscale: #7D7D7D. Windows color (decimal): -1031045 or 8078576. OLE color: 8078576.
HSL color Cylindrical-coordinate representation of color #F0447B: hue angle of 340.81º 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 #F0447B is Cyan = 0, Magento = 0.72, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 68 | 123 | - |
| CMYK | 0 | 0.72 | 0.49 | 0.06 |
| HSL | 340.81º | 0.85% | 0.6% | - |
| HSV(B) | 340.81º | 0.72% | 0.94% | - |
| XYZ | 41.58 | 24.09 | 21.2 | - |
| YUV | 125.7 | 126.48 | 209.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 68 | 123 | 0 | 0.72 | 0.49 | 0.06 | 340.81 | 0.85 | 0.6 |
| Hex | F0 | 44 | 7B | 0 | 48 | 31 | 6 | 155 | 55 | 3C |
| Octal | 360 | 104 | 173 | 0 | 110 | 61 | 6 | 525 | 125 | 74 |
| Binary | 11110000 | 1000100 | 1111011 | 0 | 1001000 | 110001 | 110 | 101010101 | 1010101 | 111100 |
Color Harmonies of #F0447B
Complementary color
Monochromatic Colors of #F0447B
Black with #F0447B
Text Example
Text Example
White with #F0447B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0447B; }
p { color: rgb(240,68,123); }
H1.HeaderClassName
{
color: #F0447B;
}
.AnyTagClassName
{
color: #F0447B;
}
</style>
background-color css
<style>
a { background-color: #F0447B; }
a { background-color: rgb(240,68,123); }
div.DivClassName
{
background-color: #F0447B;
}
.BgClassName
{
background-color: #F0447B;
}
</style>
border-color css
<style>
span { border-color: #F0447B; }
span { border-color: rgb(240,68,123); }
td.TdClassName
{
border-color: #F0447B;
}
.TagClassName
{
border-color: #F0447B;
}
</style>