Shades of Violet Red #F04582
Tints of Violet Red #F04582
RGB
CMYK
RGB Variations
Color information
#F04582 (or 0xF04582) is known color: Violet Red. HEX triplet: F0, 45 and 82. RGB value is (240,69,130). Sum of RGB (Red+Green+Blue) = 240+69+130=439 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.67% from 439); Green value is 69 (27.34% from 255 or 15.72% from 439); Blue value is 130 (51.17% from 255 or 29.61% from 439); Max value from RGB is 240 - color contains mainly: red. Hex color #F04582 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04582 is #0FBA7D. Grayscale: #7F7F7F. Windows color (decimal): -1030782 or 8537584. OLE color: 8537584.
HSL color Cylindrical-coordinate representation of color #F04582: hue angle of 338.6º 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 #F04582 is Cyan = 0, Magento = 0.71, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 69 | 130 | - |
| CMYK | 0 | 0.71 | 0.46 | 0.06 |
| HSL | 338.6º | 0.85% | 0.61% | - |
| HSV(B) | 338.6º | 0.71% | 0.94% | - |
| XYZ | 42.09 | 24.39 | 23.61 | - |
| YUV | 127.08 | 129.65 | 208.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 69 | 130 | 0 | 0.71 | 0.46 | 0.06 | 338.6 | 0.85 | 0.61 |
| Hex | F0 | 45 | 82 | 0 | 47 | 2E | 6 | 153 | 55 | 3D |
| Octal | 360 | 105 | 202 | 0 | 107 | 56 | 6 | 523 | 125 | 75 |
| Binary | 11110000 | 1000101 | 10000010 | 0 | 1000111 | 101110 | 110 | 101010011 | 1010101 | 111101 |
Color Harmonies of #F04582
Complementary color
Monochromatic Colors of #F04582
Black with #F04582
Text Example
Text Example
White with #F04582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04582; }
p { color: rgb(240,69,130); }
H1.HeaderClassName
{
color: #F04582;
}
.AnyTagClassName
{
color: #F04582;
}
</style>
background-color css
<style>
a { background-color: #F04582; }
a { background-color: rgb(240,69,130); }
div.DivClassName
{
background-color: #F04582;
}
.BgClassName
{
background-color: #F04582;
}
</style>
border-color css
<style>
span { border-color: #F04582; }
span { border-color: rgb(240,69,130); }
td.TdClassName
{
border-color: #F04582;
}
.TagClassName
{
border-color: #F04582;
}
</style>