Shades of Violet Red #F04397
Tints of Violet Red #F04397
RGB
CMYK
RGB Variations
Color information
#F04397 (or 0xF04397) is known color: Violet Red. HEX triplet: F0, 43 and 97. RGB value is (240,67,151). Sum of RGB (Red+Green+Blue) = 240+67+151=458 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.40% from 458); Green value is 67 (26.56% from 255 or 14.63% from 458); Blue value is 151 (59.38% from 255 or 32.97% from 458); Max value from RGB is 240 - color contains mainly: red. Hex color #F04397 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04397 is #0FBC68. Grayscale: #808080. Windows color (decimal): -1031273 or 9913328. OLE color: 9913328.
HSL color Cylindrical-coordinate representation of color #F04397: hue angle of 330.87º 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 #F04397 is Cyan = 0, Magento = 0.72, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 67 | 151 | - |
| CMYK | 0 | 0.72 | 0.37 | 0.06 |
| HSL | 330.87º | 0.85% | 0.6% | - |
| HSV(B) | 330.87º | 0.72% | 0.94% | - |
| XYZ | 43.53 | 24.77 | 31.77 | - |
| YUV | 128.3 | 140.81 | 207.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 67 | 151 | 0 | 0.72 | 0.37 | 0.06 | 330.87 | 0.85 | 0.6 |
| Hex | F0 | 43 | 97 | 0 | 48 | 25 | 6 | 14B | 55 | 3C |
| Octal | 360 | 103 | 227 | 0 | 110 | 45 | 6 | 513 | 125 | 74 |
| Binary | 11110000 | 1000011 | 10010111 | 0 | 1001000 | 100101 | 110 | 101001011 | 1010101 | 111100 |
Color Harmonies of #F04397
Complementary color
Monochromatic Colors of #F04397
Black with #F04397
Text Example
Text Example
White with #F04397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04397; }
p { color: rgb(240,67,151); }
H1.HeaderClassName
{
color: #F04397;
}
.AnyTagClassName
{
color: #F04397;
}
</style>
background-color css
<style>
a { background-color: #F04397; }
a { background-color: rgb(240,67,151); }
div.DivClassName
{
background-color: #F04397;
}
.BgClassName
{
background-color: #F04397;
}
</style>
border-color css
<style>
span { border-color: #F04397; }
span { border-color: rgb(240,67,151); }
td.TdClassName
{
border-color: #F04397;
}
.TagClassName
{
border-color: #F04397;
}
</style>