Shades of Violet Red #F04695
Tints of Violet Red #F04695
RGB
CMYK
RGB Variations
Color information
#F04695 (or 0xF04695) is known color: Violet Red. HEX triplet: F0, 46 and 95. RGB value is (240,70,149). Sum of RGB (Red+Green+Blue) = 240+70+149=459 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.29% from 459); Green value is 70 (27.73% from 255 or 15.25% from 459); Blue value is 149 (58.59% from 255 or 32.46% from 459); Max value from RGB is 240 - color contains mainly: red. Hex color #F04695 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04695 is #0FB96A. Grayscale: #818181. Windows color (decimal): -1030507 or 9783024. OLE color: 9783024.
HSL color Cylindrical-coordinate representation of color #F04695: hue angle of 332.12º 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 #F04695 is Cyan = 0, Magento = 0.71, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 70 | 149 | - |
| CMYK | 0 | 0.71 | 0.38 | 0.06 |
| HSL | 332.12º | 0.85% | 0.61% | - |
| HSV(B) | 332.12º | 0.71% | 0.94% | - |
| XYZ | 43.55 | 25.08 | 30.98 | - |
| YUV | 129.84 | 138.82 | 206.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 70 | 149 | 0 | 0.71 | 0.38 | 0.06 | 332.12 | 0.85 | 0.61 |
| Hex | F0 | 46 | 95 | 0 | 47 | 26 | 6 | 14C | 55 | 3D |
| Octal | 360 | 106 | 225 | 0 | 107 | 46 | 6 | 514 | 125 | 75 |
| Binary | 11110000 | 1000110 | 10010101 | 0 | 1000111 | 100110 | 110 | 101001100 | 1010101 | 111101 |
Color Harmonies of #F04695
Complementary color
Monochromatic Colors of #F04695
Black with #F04695
Text Example
Text Example
White with #F04695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04695; }
p { color: rgb(240,70,149); }
H1.HeaderClassName
{
color: #F04695;
}
.AnyTagClassName
{
color: #F04695;
}
</style>
background-color css
<style>
a { background-color: #F04695; }
a { background-color: rgb(240,70,149); }
div.DivClassName
{
background-color: #F04695;
}
.BgClassName
{
background-color: #F04695;
}
</style>
border-color css
<style>
span { border-color: #F04695; }
span { border-color: rgb(240,70,149); }
td.TdClassName
{
border-color: #F04695;
}
.TagClassName
{
border-color: #F04695;
}
</style>