Shades of Violet Red #F04381
Tints of Violet Red #F04381
RGB
CMYK
RGB Variations
Color information
#F04381 (or 0xF04381) is known color: Violet Red. HEX triplet: F0, 43 and 81. RGB value is (240,67,129). Sum of RGB (Red+Green+Blue) = 240+67+129=436 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.05% from 436); Green value is 67 (26.56% from 255 or 15.37% from 436); Blue value is 129 (50.78% from 255 or 29.59% from 436); Max value from RGB is 240 - color contains mainly: red. Hex color #F04381 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04381 is #0FBC7E. Grayscale: #7D7D7D. Windows color (decimal): -1031295 or 8471536. OLE color: 8471536.
HSL color Cylindrical-coordinate representation of color #F04381: hue angle of 338.5º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F04381 is Cyan = 0, Magento = 0.72, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 67 | 129 | - |
| CMYK | 0 | 0.72 | 0.46 | 0.06 |
| HSL | 338.5º | 0.85% | 0.6% | - |
| HSV(B) | 338.5º | 0.72% | 0.94% | - |
| XYZ | 41.9 | 24.12 | 23.22 | - |
| YUV | 125.8 | 129.81 | 209.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 67 | 129 | 0 | 0.72 | 0.46 | 0.06 | 338.5 | 0.85 | 0.6 |
| Hex | F0 | 43 | 81 | 0 | 48 | 2E | 6 | 152 | 55 | 3C |
| Octal | 360 | 103 | 201 | 0 | 110 | 56 | 6 | 522 | 125 | 74 |
| Binary | 11110000 | 1000011 | 10000001 | 0 | 1001000 | 101110 | 110 | 101010010 | 1010101 | 111100 |
Color Harmonies of #F04381
Complementary color
Monochromatic Colors of #F04381
Black with #F04381
Text Example
Text Example
White with #F04381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04381; }
p { color: rgb(240,67,129); }
H1.HeaderClassName
{
color: #F04381;
}
.AnyTagClassName
{
color: #F04381;
}
</style>
background-color css
<style>
a { background-color: #F04381; }
a { background-color: rgb(240,67,129); }
div.DivClassName
{
background-color: #F04381;
}
.BgClassName
{
background-color: #F04381;
}
</style>
border-color css
<style>
span { border-color: #F04381; }
span { border-color: rgb(240,67,129); }
td.TdClassName
{
border-color: #F04381;
}
.TagClassName
{
border-color: #F04381;
}
</style>