Shades of Violet Red #F0448B
Tints of Violet Red #F0448B
RGB
CMYK
RGB Variations
Color information
#F0448B (or 0xF0448B) is known color: Violet Red. HEX triplet: F0, 44 and 8B. RGB value is (240,68,139). Sum of RGB (Red+Green+Blue) = 240+68+139=447 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.69% from 447); Green value is 68 (26.95% from 255 or 15.21% from 447); Blue value is 139 (54.69% from 255 or 31.10% from 447); Max value from RGB is 240 - color contains mainly: red. Hex color #F0448B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0448B is #0FBB74. Grayscale: #7F7F7F. Windows color (decimal): -1031029 or 9127152. OLE color: 9127152.
HSL color Cylindrical-coordinate representation of color #F0448B: hue angle of 335.23º 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 #F0448B is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 68 | 139 | - |
| CMYK | 0 | 0.72 | 0.42 | 0.06 |
| HSL | 335.23º | 0.85% | 0.6% | - |
| HSV(B) | 335.23º | 0.72% | 0.94% | - |
| XYZ | 42.66 | 24.52 | 26.91 | - |
| YUV | 127.52 | 134.48 | 208.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 68 | 139 | 0 | 0.72 | 0.42 | 0.06 | 335.23 | 0.85 | 0.6 |
| Hex | F0 | 44 | 8B | 0 | 48 | 2A | 6 | 14F | 55 | 3C |
| Octal | 360 | 104 | 213 | 0 | 110 | 52 | 6 | 517 | 125 | 74 |
| Binary | 11110000 | 1000100 | 10001011 | 0 | 1001000 | 101010 | 110 | 101001111 | 1010101 | 111100 |
Color Harmonies of #F0448B
Complementary color
Monochromatic Colors of #F0448B
Black with #F0448B
Text Example
Text Example
White with #F0448B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0448B; }
p { color: rgb(240,68,139); }
H1.HeaderClassName
{
color: #F0448B;
}
.AnyTagClassName
{
color: #F0448B;
}
</style>
background-color css
<style>
a { background-color: #F0448B; }
a { background-color: rgb(240,68,139); }
div.DivClassName
{
background-color: #F0448B;
}
.BgClassName
{
background-color: #F0448B;
}
</style>
border-color css
<style>
span { border-color: #F0448B; }
span { border-color: rgb(240,68,139); }
td.TdClassName
{
border-color: #F0448B;
}
.TagClassName
{
border-color: #F0448B;
}
</style>