Shades of Violet Red #F04384
Tints of Violet Red #F04384
RGB
CMYK
RGB Variations
Color information
#F04384 (or 0xF04384) is known color: Violet Red. HEX triplet: F0, 43 and 84. RGB value is (240,67,132). Sum of RGB (Red+Green+Blue) = 240+67+132=439 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.67% from 439); Green value is 67 (26.56% from 255 or 15.26% from 439); Blue value is 132 (51.95% from 255 or 30.07% from 439); Max value from RGB is 240 - color contains mainly: red. Hex color #F04384 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04384 is #0FBC7B. Grayscale: #7E7E7E. Windows color (decimal): -1031292 or 8668144. OLE color: 8668144.
HSL color Cylindrical-coordinate representation of color #F04384: hue angle of 337.46º 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 #F04384 is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 67 | 132 | - |
| CMYK | 0 | 0.72 | 0.45 | 0.06 |
| HSL | 337.46º | 0.85% | 0.6% | - |
| HSV(B) | 337.46º | 0.72% | 0.94% | - |
| XYZ | 42.11 | 24.21 | 24.28 | - |
| YUV | 126.14 | 131.31 | 209.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 67 | 132 | 0 | 0.72 | 0.45 | 0.06 | 337.46 | 0.85 | 0.6 |
| Hex | F0 | 43 | 84 | 0 | 48 | 2D | 6 | 151 | 55 | 3C |
| Octal | 360 | 103 | 204 | 0 | 110 | 55 | 6 | 521 | 125 | 74 |
| Binary | 11110000 | 1000011 | 10000100 | 0 | 1001000 | 101101 | 110 | 101010001 | 1010101 | 111100 |
Color Harmonies of #F04384
Complementary color
Monochromatic Colors of #F04384
Black with #F04384
Text Example
Text Example
White with #F04384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04384; }
p { color: rgb(240,67,132); }
H1.HeaderClassName
{
color: #F04384;
}
.AnyTagClassName
{
color: #F04384;
}
</style>
background-color css
<style>
a { background-color: #F04384; }
a { background-color: rgb(240,67,132); }
div.DivClassName
{
background-color: #F04384;
}
.BgClassName
{
background-color: #F04384;
}
</style>
border-color css
<style>
span { border-color: #F04384; }
span { border-color: rgb(240,67,132); }
td.TdClassName
{
border-color: #F04384;
}
.TagClassName
{
border-color: #F04384;
}
</style>