Shades of Violet Red #F04495
Tints of Violet Red #F04495
RGB
CMYK
RGB Variations
Color information
#F04495 (or 0xF04495) is known color: Violet Red. HEX triplet: F0, 44 and 95. RGB value is (240,68,149). Sum of RGB (Red+Green+Blue) = 240+68+149=457 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.52% from 457); Green value is 68 (26.95% from 255 or 14.88% from 457); Blue value is 149 (58.59% from 255 or 32.60% from 457); Max value from RGB is 240 - color contains mainly: red. Hex color #F04495 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04495 is #0FBB6A. Grayscale: #808080. Windows color (decimal): -1031019 or 9782512. OLE color: 9782512.
HSL color Cylindrical-coordinate representation of color #F04495: hue angle of 331.74º 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 #F04495 is Cyan = 0, Magento = 0.72, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 68 | 149 | - |
| CMYK | 0 | 0.72 | 0.38 | 0.06 |
| HSL | 331.74º | 0.85% | 0.6% | - |
| HSV(B) | 331.74º | 0.72% | 0.94% | - |
| XYZ | 43.43 | 24.83 | 30.94 | - |
| YUV | 128.66 | 139.48 | 207.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 68 | 149 | 0 | 0.72 | 0.38 | 0.06 | 331.74 | 0.85 | 0.6 |
| Hex | F0 | 44 | 95 | 0 | 48 | 26 | 6 | 14C | 55 | 3C |
| Octal | 360 | 104 | 225 | 0 | 110 | 46 | 6 | 514 | 125 | 74 |
| Binary | 11110000 | 1000100 | 10010101 | 0 | 1001000 | 100110 | 110 | 101001100 | 1010101 | 111100 |
Color Harmonies of #F04495
Complementary color
Monochromatic Colors of #F04495
Black with #F04495
Text Example
Text Example
White with #F04495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04495; }
p { color: rgb(240,68,149); }
H1.HeaderClassName
{
color: #F04495;
}
.AnyTagClassName
{
color: #F04495;
}
</style>
background-color css
<style>
a { background-color: #F04495; }
a { background-color: rgb(240,68,149); }
div.DivClassName
{
background-color: #F04495;
}
.BgClassName
{
background-color: #F04495;
}
</style>
border-color css
<style>
span { border-color: #F04495; }
span { border-color: rgb(240,68,149); }
td.TdClassName
{
border-color: #F04495;
}
.TagClassName
{
border-color: #F04495;
}
</style>