Shades of Violet Red #F0458C
Tints of Violet Red #F0458C
RGB
CMYK
RGB Variations
Color information
#F0458C (or 0xF0458C) is known color: Violet Red. HEX triplet: F0, 45 and 8C. RGB value is (240,69,140). Sum of RGB (Red+Green+Blue) = 240+69+140=449 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.45% from 449); Green value is 69 (27.34% from 255 or 15.37% from 449); Blue value is 140 (55.08% from 255 or 31.18% from 449); Max value from RGB is 240 - color contains mainly: red. Hex color #F0458C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0458C is #0FBA73. Grayscale: #808080. Windows color (decimal): -1030772 or 9192944. OLE color: 9192944.
HSL color Cylindrical-coordinate representation of color #F0458C: hue angle of 335.09º 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 #F0458C is Cyan = 0, Magento = 0.71, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 69 | 140 | - |
| CMYK | 0 | 0.71 | 0.42 | 0.06 |
| HSL | 335.09º | 0.85% | 0.61% | - |
| HSV(B) | 335.09º | 0.71% | 0.94% | - |
| XYZ | 42.8 | 24.67 | 27.32 | - |
| YUV | 128.22 | 134.65 | 207.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 69 | 140 | 0 | 0.71 | 0.42 | 0.06 | 335.09 | 0.85 | 0.61 |
| Hex | F0 | 45 | 8C | 0 | 47 | 2A | 6 | 14F | 55 | 3D |
| Octal | 360 | 105 | 214 | 0 | 107 | 52 | 6 | 517 | 125 | 75 |
| Binary | 11110000 | 1000101 | 10001100 | 0 | 1000111 | 101010 | 110 | 101001111 | 1010101 | 111101 |
Color Harmonies of #F0458C
Complementary color
Monochromatic Colors of #F0458C
Black with #F0458C
Text Example
Text Example
White with #F0458C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0458C; }
p { color: rgb(240,69,140); }
H1.HeaderClassName
{
color: #F0458C;
}
.AnyTagClassName
{
color: #F0458C;
}
</style>
background-color css
<style>
a { background-color: #F0458C; }
a { background-color: rgb(240,69,140); }
div.DivClassName
{
background-color: #F0458C;
}
.BgClassName
{
background-color: #F0458C;
}
</style>
border-color css
<style>
span { border-color: #F0458C; }
span { border-color: rgb(240,69,140); }
td.TdClassName
{
border-color: #F0458C;
}
.TagClassName
{
border-color: #F0458C;
}
</style>