Shades of Violet Red #F0468D
Tints of Violet Red #F0468D
RGB
CMYK
RGB Variations
Color information
#F0468D (or 0xF0468D) is known color: Violet Red. HEX triplet: F0, 46 and 8D. RGB value is (240,70,141). Sum of RGB (Red+Green+Blue) = 240+70+141=451 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.22% from 451); Green value is 70 (27.73% from 255 or 15.52% from 451); Blue value is 141 (55.47% from 255 or 31.26% from 451); Max value from RGB is 240 - color contains mainly: red. Hex color #F0468D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0468D is #0FB972. Grayscale: #808080. Windows color (decimal): -1030515 or 9258736. OLE color: 9258736.
HSL color Cylindrical-coordinate representation of color #F0468D: hue angle of 334.94º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F0468D is Cyan = 0, Magento = 0.71, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 70 | 141 | - |
| CMYK | 0 | 0.71 | 0.41 | 0.06 |
| HSL | 334.94º | 0.85% | 0.61% | - |
| HSV(B) | 334.94º | 0.71% | 0.94% | - |
| XYZ | 42.93 | 24.83 | 27.73 | - |
| YUV | 128.92 | 134.82 | 207.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 70 | 141 | 0 | 0.71 | 0.41 | 0.06 | 334.94 | 0.85 | 0.61 |
| Hex | F0 | 46 | 8D | 0 | 47 | 29 | 6 | 14F | 55 | 3D |
| Octal | 360 | 106 | 215 | 0 | 107 | 51 | 6 | 517 | 125 | 75 |
| Binary | 11110000 | 1000110 | 10001101 | 0 | 1000111 | 101001 | 110 | 101001111 | 1010101 | 111101 |
Color Harmonies of #F0468D
Complementary color
Monochromatic Colors of #F0468D
Black with #F0468D
Text Example
Text Example
White with #F0468D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0468D; }
p { color: rgb(240,70,141); }
H1.HeaderClassName
{
color: #F0468D;
}
.AnyTagClassName
{
color: #F0468D;
}
</style>
background-color css
<style>
a { background-color: #F0468D; }
a { background-color: rgb(240,70,141); }
div.DivClassName
{
background-color: #F0468D;
}
.BgClassName
{
background-color: #F0468D;
}
</style>
border-color css
<style>
span { border-color: #F0468D; }
span { border-color: rgb(240,70,141); }
td.TdClassName
{
border-color: #F0468D;
}
.TagClassName
{
border-color: #F0468D;
}
</style>