Shades of Violet Red #F04580
Tints of Violet Red #F04580
RGB
CMYK
RGB Variations
Color information
#F04580 (or 0xF04580) is known color: Violet Red. HEX triplet: F0, 45 and 80. RGB value is (240,69,128). Sum of RGB (Red+Green+Blue) = 240+69+128=437 (57% of max value = 765). Red value is 240 (94.14% from 255 or 54.92% from 437); Green value is 69 (27.34% from 255 or 15.79% from 437); Blue value is 128 (50.39% from 255 or 29.29% from 437); Max value from RGB is 240 - color contains mainly: red. Hex color #F04580 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04580 is #0FBA7F. Grayscale: #7E7E7E. Windows color (decimal): -1030784 or 8406512. OLE color: 8406512.
HSL color Cylindrical-coordinate representation of color #F04580: hue angle of 339.3º 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 #F04580 is Cyan = 0, Magento = 0.71, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 69 | 128 | - |
| CMYK | 0 | 0.71 | 0.47 | 0.06 |
| HSL | 339.3º | 0.85% | 0.61% | - |
| HSV(B) | 339.3º | 0.71% | 0.94% | - |
| XYZ | 41.96 | 24.34 | 22.91 | - |
| YUV | 126.86 | 128.65 | 208.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 69 | 128 | 0 | 0.71 | 0.47 | 0.06 | 339.3 | 0.85 | 0.61 |
| Hex | F0 | 45 | 80 | 0 | 47 | 2F | 6 | 153 | 55 | 3D |
| Octal | 360 | 105 | 200 | 0 | 107 | 57 | 6 | 523 | 125 | 75 |
| Binary | 11110000 | 1000101 | 10000000 | 0 | 1000111 | 101111 | 110 | 101010011 | 1010101 | 111101 |
Color Harmonies of #F04580
Complementary color
Monochromatic Colors of #F04580
Black with #F04580
Text Example
Text Example
White with #F04580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04580; }
p { color: rgb(240,69,128); }
H1.HeaderClassName
{
color: #F04580;
}
.AnyTagClassName
{
color: #F04580;
}
</style>
background-color css
<style>
a { background-color: #F04580; }
a { background-color: rgb(240,69,128); }
div.DivClassName
{
background-color: #F04580;
}
.BgClassName
{
background-color: #F04580;
}
</style>
border-color css
<style>
span { border-color: #F04580; }
span { border-color: rgb(240,69,128); }
td.TdClassName
{
border-color: #F04580;
}
.TagClassName
{
border-color: #F04580;
}
</style>