Shades of Violet Red #F0448C
Tints of Violet Red #F0448C
RGB
CMYK
RGB Variations
Color information
#F0448C (or 0xF0448C) is known color: Violet Red. HEX triplet: F0, 44 and 8C. RGB value is (240,68,140). Sum of RGB (Red+Green+Blue) = 240+68+140=448 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.57% from 448); Green value is 68 (26.95% from 255 or 15.18% from 448); Blue value is 140 (55.08% from 255 or 31.25% from 448); Max value from RGB is 240 - color contains mainly: red. Hex color #F0448C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0448C is #0FBB73. Grayscale: #7F7F7F. Windows color (decimal): -1031028 or 9192688. OLE color: 9192688.
HSL color Cylindrical-coordinate representation of color #F0448C: hue angle of 334.88º 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 #F0448C is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 68 | 140 | - |
| CMYK | 0 | 0.72 | 0.42 | 0.06 |
| HSL | 334.88º | 0.85% | 0.6% | - |
| HSV(B) | 334.88º | 0.72% | 0.94% | - |
| XYZ | 42.74 | 24.55 | 27.3 | - |
| YUV | 127.64 | 134.98 | 208.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 68 | 140 | 0 | 0.72 | 0.42 | 0.06 | 334.88 | 0.85 | 0.6 |
| Hex | F0 | 44 | 8C | 0 | 48 | 2A | 6 | 14F | 55 | 3C |
| Octal | 360 | 104 | 214 | 0 | 110 | 52 | 6 | 517 | 125 | 74 |
| Binary | 11110000 | 1000100 | 10001100 | 0 | 1001000 | 101010 | 110 | 101001111 | 1010101 | 111100 |
Color Harmonies of #F0448C
Complementary color
Monochromatic Colors of #F0448C
Black with #F0448C
Text Example
Text Example
White with #F0448C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0448C; }
p { color: rgb(240,68,140); }
H1.HeaderClassName
{
color: #F0448C;
}
.AnyTagClassName
{
color: #F0448C;
}
</style>
background-color css
<style>
a { background-color: #F0448C; }
a { background-color: rgb(240,68,140); }
div.DivClassName
{
background-color: #F0448C;
}
.BgClassName
{
background-color: #F0448C;
}
</style>
border-color css
<style>
span { border-color: #F0448C; }
span { border-color: rgb(240,68,140); }
td.TdClassName
{
border-color: #F0448C;
}
.TagClassName
{
border-color: #F0448C;
}
</style>