Shades of Violet Red #F04581
Tints of Violet Red #F04581
RGB
CMYK
RGB Variations
Color information
#F04581 (or 0xF04581) is known color: Violet Red. HEX triplet: F0, 45 and 81. RGB value is (240,69,129). Sum of RGB (Red+Green+Blue) = 240+69+129=438 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.79% from 438); Green value is 69 (27.34% from 255 or 15.75% from 438); Blue value is 129 (50.78% from 255 or 29.45% from 438); Max value from RGB is 240 - color contains mainly: red. Hex color #F04581 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04581 is #0FBA7E. Grayscale: #7E7E7E. Windows color (decimal): -1030783 or 8472048. OLE color: 8472048.
HSL color Cylindrical-coordinate representation of color #F04581: hue angle of 338.95º 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 #F04581 is Cyan = 0, Magento = 0.71, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 69 | 129 | - |
| CMYK | 0 | 0.71 | 0.46 | 0.06 |
| HSL | 338.95º | 0.85% | 0.61% | - |
| HSV(B) | 338.95º | 0.71% | 0.94% | - |
| XYZ | 42.03 | 24.37 | 23.26 | - |
| YUV | 126.97 | 129.15 | 208.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 69 | 129 | 0 | 0.71 | 0.46 | 0.06 | 338.95 | 0.85 | 0.61 |
| Hex | F0 | 45 | 81 | 0 | 47 | 2E | 6 | 153 | 55 | 3D |
| Octal | 360 | 105 | 201 | 0 | 107 | 56 | 6 | 523 | 125 | 75 |
| Binary | 11110000 | 1000101 | 10000001 | 0 | 1000111 | 101110 | 110 | 101010011 | 1010101 | 111101 |
Color Harmonies of #F04581
Complementary color
Monochromatic Colors of #F04581
Black with #F04581
Text Example
Text Example
White with #F04581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04581; }
p { color: rgb(240,69,129); }
H1.HeaderClassName
{
color: #F04581;
}
.AnyTagClassName
{
color: #F04581;
}
</style>
background-color css
<style>
a { background-color: #F04581; }
a { background-color: rgb(240,69,129); }
div.DivClassName
{
background-color: #F04581;
}
.BgClassName
{
background-color: #F04581;
}
</style>
border-color css
<style>
span { border-color: #F04581; }
span { border-color: rgb(240,69,129); }
td.TdClassName
{
border-color: #F04581;
}
.TagClassName
{
border-color: #F04581;
}
</style>