Shades of Violet Red #F04597
Tints of Violet Red #F04597
RGB
CMYK
RGB Variations
Color information
#F04597 (or 0xF04597) is known color: Violet Red. HEX triplet: F0, 45 and 97. RGB value is (240,69,151). Sum of RGB (Red+Green+Blue) = 240+69+151=460 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.17% from 460); Green value is 69 (27.34% from 255 or 15% from 460); Blue value is 151 (59.38% from 255 or 32.83% from 460); Max value from RGB is 240 - color contains mainly: red. Hex color #F04597 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04597 is #0FBA68. Grayscale: #818181. Windows color (decimal): -1030761 or 9913840. OLE color: 9913840.
HSL color Cylindrical-coordinate representation of color #F04597: hue angle of 331.23º 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 #F04597 is Cyan = 0, Magento = 0.71, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 69 | 151 | - |
| CMYK | 0 | 0.71 | 0.37 | 0.06 |
| HSL | 331.23º | 0.85% | 0.61% | - |
| HSV(B) | 331.23º | 0.71% | 0.94% | - |
| XYZ | 43.65 | 25.02 | 31.81 | - |
| YUV | 129.48 | 140.15 | 206.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 69 | 151 | 0 | 0.71 | 0.37 | 0.06 | 331.23 | 0.85 | 0.61 |
| Hex | F0 | 45 | 97 | 0 | 47 | 25 | 6 | 14B | 55 | 3D |
| Octal | 360 | 105 | 227 | 0 | 107 | 45 | 6 | 513 | 125 | 75 |
| Binary | 11110000 | 1000101 | 10010111 | 0 | 1000111 | 100101 | 110 | 101001011 | 1010101 | 111101 |
Color Harmonies of #F04597
Complementary color
Monochromatic Colors of #F04597
Black with #F04597
Text Example
Text Example
White with #F04597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04597; }
p { color: rgb(240,69,151); }
H1.HeaderClassName
{
color: #F04597;
}
.AnyTagClassName
{
color: #F04597;
}
</style>
background-color css
<style>
a { background-color: #F04597; }
a { background-color: rgb(240,69,151); }
div.DivClassName
{
background-color: #F04597;
}
.BgClassName
{
background-color: #F04597;
}
</style>
border-color css
<style>
span { border-color: #F04597; }
span { border-color: rgb(240,69,151); }
td.TdClassName
{
border-color: #F04597;
}
.TagClassName
{
border-color: #F04597;
}
</style>