Shades of Violet Red #F0449C
Tints of Violet Red #F0449C
RGB
CMYK
RGB Variations
Color information
#F0449C (or 0xF0449C) is known color: Violet Red. HEX triplet: F0, 44 and 9C. RGB value is (240,68,156). Sum of RGB (Red+Green+Blue) = 240+68+156=464 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.72% from 464); Green value is 68 (26.95% from 255 or 14.66% from 464); Blue value is 156 (61.33% from 255 or 33.62% from 464); Max value from RGB is 240 - color contains mainly: red. Hex color #F0449C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0449C is #0FBB63. Grayscale: #818181. Windows color (decimal): -1031012 or 10241264. OLE color: 10241264.
HSL color Cylindrical-coordinate representation of color #F0449C: hue angle of 329.3º 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 #F0449C is Cyan = 0, Magento = 0.72, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 68 | 156 | - |
| CMYK | 0 | 0.72 | 0.35 | 0.06 |
| HSL | 329.3º | 0.85% | 0.6% | - |
| HSV(B) | 329.3º | 0.72% | 0.94% | - |
| XYZ | 44 | 25.06 | 33.97 | - |
| YUV | 129.46 | 142.98 | 206.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 68 | 156 | 0 | 0.72 | 0.35 | 0.06 | 329.3 | 0.85 | 0.6 |
| Hex | F0 | 44 | 9C | 0 | 48 | 23 | 6 | 149 | 55 | 3C |
| Octal | 360 | 104 | 234 | 0 | 110 | 43 | 6 | 511 | 125 | 74 |
| Binary | 11110000 | 1000100 | 10011100 | 0 | 1001000 | 100011 | 110 | 101001001 | 1010101 | 111100 |
Color Harmonies of #F0449C
Complementary color
Monochromatic Colors of #F0449C
Black with #F0449C
Text Example
Text Example
White with #F0449C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0449C; }
p { color: rgb(240,68,156); }
H1.HeaderClassName
{
color: #F0449C;
}
.AnyTagClassName
{
color: #F0449C;
}
</style>
background-color css
<style>
a { background-color: #F0449C; }
a { background-color: rgb(240,68,156); }
div.DivClassName
{
background-color: #F0449C;
}
.BgClassName
{
background-color: #F0449C;
}
</style>
border-color css
<style>
span { border-color: #F0449C; }
span { border-color: rgb(240,68,156); }
td.TdClassName
{
border-color: #F0449C;
}
.TagClassName
{
border-color: #F0449C;
}
</style>