Shades of Violet Red #F04181
Tints of Violet Red #F04181
RGB
CMYK
RGB Variations
Color information
#F04181 (or 0xF04181) is known color: Violet Red. HEX triplet: F0, 41 and 81. RGB value is (240,65,129). Sum of RGB (Red+Green+Blue) = 240+65+129=434 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.30% from 434); Green value is 65 (25.78% from 255 or 14.98% from 434); Blue value is 129 (50.78% from 255 or 29.72% from 434); Max value from RGB is 240 - color contains mainly: red. Hex color #F04181 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04181 is #0FBE7E. Grayscale: #7C7C7C. Windows color (decimal): -1031807 or 8471024. OLE color: 8471024.
HSL color Cylindrical-coordinate representation of color #F04181: hue angle of 338.06º 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 #F04181 is Cyan = 0, Magento = 0.73, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 65 | 129 | - |
| CMYK | 0 | 0.73 | 0.46 | 0.06 |
| HSL | 338.06º | 0.85% | 0.6% | - |
| HSV(B) | 338.06º | 0.73% | 0.94% | - |
| XYZ | 41.79 | 23.89 | 23.18 | - |
| YUV | 124.62 | 130.48 | 210.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 65 | 129 | 0 | 0.73 | 0.46 | 0.06 | 338.06 | 0.85 | 0.6 |
| Hex | F0 | 41 | 81 | 0 | 49 | 2E | 6 | 152 | 55 | 3C |
| Octal | 360 | 101 | 201 | 0 | 111 | 56 | 6 | 522 | 125 | 74 |
| Binary | 11110000 | 1000001 | 10000001 | 0 | 1001001 | 101110 | 110 | 101010010 | 1010101 | 111100 |
Color Harmonies of #F04181
Complementary color
Monochromatic Colors of #F04181
Black with #F04181
Text Example
Text Example
White with #F04181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04181; }
p { color: rgb(240,65,129); }
H1.HeaderClassName
{
color: #F04181;
}
.AnyTagClassName
{
color: #F04181;
}
</style>
background-color css
<style>
a { background-color: #F04181; }
a { background-color: rgb(240,65,129); }
div.DivClassName
{
background-color: #F04181;
}
.BgClassName
{
background-color: #F04181;
}
</style>
border-color css
<style>
span { border-color: #F04181; }
span { border-color: rgb(240,65,129); }
td.TdClassName
{
border-color: #F04181;
}
.TagClassName
{
border-color: #F04181;
}
</style>