Shades of Violet Red #F04595
Tints of Violet Red #F04595
RGB
CMYK
RGB Variations
Color information
#F04595 (or 0xF04595) is known color: Violet Red. HEX triplet: F0, 45 and 95. RGB value is (240,69,149). Sum of RGB (Red+Green+Blue) = 240+69+149=458 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.40% from 458); Green value is 69 (27.34% from 255 or 15.07% from 458); Blue value is 149 (58.59% from 255 or 32.53% from 458); Max value from RGB is 240 - color contains mainly: red. Hex color #F04595 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04595 is #0FBA6A. Grayscale: #818181. Windows color (decimal): -1030763 or 9782768. OLE color: 9782768.
HSL color Cylindrical-coordinate representation of color #F04595: hue angle of 331.93º 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 #F04595 is Cyan = 0, Magento = 0.71, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 69 | 149 | - |
| CMYK | 0 | 0.71 | 0.38 | 0.06 |
| HSL | 331.93º | 0.85% | 0.61% | - |
| HSV(B) | 331.93º | 0.71% | 0.94% | - |
| XYZ | 43.49 | 24.95 | 30.96 | - |
| YUV | 129.25 | 139.15 | 207 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 69 | 149 | 0 | 0.71 | 0.38 | 0.06 | 331.93 | 0.85 | 0.61 |
| Hex | F0 | 45 | 95 | 0 | 47 | 26 | 6 | 14C | 55 | 3D |
| Octal | 360 | 105 | 225 | 0 | 107 | 46 | 6 | 514 | 125 | 75 |
| Binary | 11110000 | 1000101 | 10010101 | 0 | 1000111 | 100110 | 110 | 101001100 | 1010101 | 111101 |
Color Harmonies of #F04595
Complementary color
Monochromatic Colors of #F04595
Black with #F04595
Text Example
Text Example
White with #F04595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04595; }
p { color: rgb(240,69,149); }
H1.HeaderClassName
{
color: #F04595;
}
.AnyTagClassName
{
color: #F04595;
}
</style>
background-color css
<style>
a { background-color: #F04595; }
a { background-color: rgb(240,69,149); }
div.DivClassName
{
background-color: #F04595;
}
.BgClassName
{
background-color: #F04595;
}
</style>
border-color css
<style>
span { border-color: #F04595; }
span { border-color: rgb(240,69,149); }
td.TdClassName
{
border-color: #F04595;
}
.TagClassName
{
border-color: #F04595;
}
</style>