Shades of Violet Red #F0458D
Tints of Violet Red #F0458D
RGB
CMYK
RGB Variations
Color information
#F0458D (or 0xF0458D) is known color: Violet Red. HEX triplet: F0, 45 and 8D. RGB value is (240,69,141). Sum of RGB (Red+Green+Blue) = 240+69+141=450 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.33% from 450); Green value is 69 (27.34% from 255 or 15.33% from 450); Blue value is 141 (55.47% from 255 or 31.33% from 450); Max value from RGB is 240 - color contains mainly: red. Hex color #F0458D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0458D is #0FBA72. Grayscale: #808080. Windows color (decimal): -1030771 or 9258480. OLE color: 9258480.
HSL color Cylindrical-coordinate representation of color #F0458D: hue angle of 334.74º 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 #F0458D is Cyan = 0, Magento = 0.71, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 69 | 141 | - |
| CMYK | 0 | 0.71 | 0.41 | 0.06 |
| HSL | 334.74º | 0.85% | 0.61% | - |
| HSV(B) | 334.74º | 0.71% | 0.94% | - |
| XYZ | 42.87 | 24.7 | 27.71 | - |
| YUV | 128.34 | 135.15 | 207.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 69 | 141 | 0 | 0.71 | 0.41 | 0.06 | 334.74 | 0.85 | 0.61 |
| Hex | F0 | 45 | 8D | 0 | 47 | 29 | 6 | 14F | 55 | 3D |
| Octal | 360 | 105 | 215 | 0 | 107 | 51 | 6 | 517 | 125 | 75 |
| Binary | 11110000 | 1000101 | 10001101 | 0 | 1000111 | 101001 | 110 | 101001111 | 1010101 | 111101 |
Color Harmonies of #F0458D
Complementary color
Monochromatic Colors of #F0458D
Black with #F0458D
Text Example
Text Example
White with #F0458D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0458D; }
p { color: rgb(240,69,141); }
H1.HeaderClassName
{
color: #F0458D;
}
.AnyTagClassName
{
color: #F0458D;
}
</style>
background-color css
<style>
a { background-color: #F0458D; }
a { background-color: rgb(240,69,141); }
div.DivClassName
{
background-color: #F0458D;
}
.BgClassName
{
background-color: #F0458D;
}
</style>
border-color css
<style>
span { border-color: #F0458D; }
span { border-color: rgb(240,69,141); }
td.TdClassName
{
border-color: #F0458D;
}
.TagClassName
{
border-color: #F0458D;
}
</style>