Shades of Violet Red #F04182
Tints of Violet Red #F04182
RGB
CMYK
RGB Variations
Color information
#F04182 (or 0xF04182) is known color: Violet Red. HEX triplet: F0, 41 and 82. RGB value is (240,65,130). Sum of RGB (Red+Green+Blue) = 240+65+130=435 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.17% from 435); Green value is 65 (25.78% from 255 or 14.94% from 435); Blue value is 130 (51.17% from 255 or 29.89% from 435); Max value from RGB is 240 - color contains mainly: red. Hex color #F04182 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04182 is #0FBE7D. Grayscale: #7C7C7C. Windows color (decimal): -1031806 or 8536560. OLE color: 8536560.
HSL color Cylindrical-coordinate representation of color #F04182: hue angle of 337.71º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F04182 is Cyan = 0, Magento = 0.73, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 65 | 130 | - |
| CMYK | 0 | 0.73 | 0.46 | 0.06 |
| HSL | 337.71º | 0.85% | 0.6% | - |
| HSV(B) | 337.71º | 0.73% | 0.94% | - |
| XYZ | 41.85 | 23.92 | 23.53 | - |
| YUV | 124.74 | 130.98 | 210.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 65 | 130 | 0 | 0.73 | 0.46 | 0.06 | 337.71 | 0.85 | 0.6 |
| Hex | F0 | 41 | 82 | 0 | 49 | 2E | 6 | 152 | 55 | 3C |
| Octal | 360 | 101 | 202 | 0 | 111 | 56 | 6 | 522 | 125 | 74 |
| Binary | 11110000 | 1000001 | 10000010 | 0 | 1001001 | 101110 | 110 | 101010010 | 1010101 | 111100 |
Color Harmonies of #F04182
Complementary color
Monochromatic Colors of #F04182
Black with #F04182
Text Example
Text Example
White with #F04182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04182; }
p { color: rgb(240,65,130); }
H1.HeaderClassName
{
color: #F04182;
}
.AnyTagClassName
{
color: #F04182;
}
</style>
background-color css
<style>
a { background-color: #F04182; }
a { background-color: rgb(240,65,130); }
div.DivClassName
{
background-color: #F04182;
}
.BgClassName
{
background-color: #F04182;
}
</style>
border-color css
<style>
span { border-color: #F04182; }
span { border-color: rgb(240,65,130); }
td.TdClassName
{
border-color: #F04182;
}
.TagClassName
{
border-color: #F04182;
}
</style>