Shades of Violet Red #F04193
Tints of Violet Red #F04193
RGB
CMYK
RGB Variations
Color information
#F04193 (or 0xF04193) is known color: Violet Red. HEX triplet: F0, 41 and 93. RGB value is (240,65,147). Sum of RGB (Red+Green+Blue) = 240+65+147=452 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.10% from 452); Green value is 65 (25.78% from 255 or 14.38% from 452); Blue value is 147 (57.81% from 255 or 32.52% from 452); Max value from RGB is 240 - color contains mainly: red. Hex color #F04193 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04193 is #0FBE6C. Grayscale: #7E7E7E. Windows color (decimal): -1031789 or 9650672. OLE color: 9650672.
HSL color Cylindrical-coordinate representation of color #F04193: hue angle of 331.89º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F04193 is Cyan = 0, Magento = 0.73, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 65 | 147 | - |
| CMYK | 0 | 0.73 | 0.39 | 0.06 |
| HSL | 331.89º | 0.85% | 0.6% | - |
| HSV(B) | 331.89º | 0.73% | 0.94% | - |
| XYZ | 43.09 | 24.41 | 30.04 | - |
| YUV | 126.67 | 139.48 | 208.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 65 | 147 | 0 | 0.73 | 0.39 | 0.06 | 331.89 | 0.85 | 0.6 |
| Hex | F0 | 41 | 93 | 0 | 49 | 27 | 6 | 14C | 55 | 3C |
| Octal | 360 | 101 | 223 | 0 | 111 | 47 | 6 | 514 | 125 | 74 |
| Binary | 11110000 | 1000001 | 10010011 | 0 | 1001001 | 100111 | 110 | 101001100 | 1010101 | 111100 |
Color Harmonies of #F04193
Complementary color
Monochromatic Colors of #F04193
Black with #F04193
Text Example
Text Example
White with #F04193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04193; }
p { color: rgb(240,65,147); }
H1.HeaderClassName
{
color: #F04193;
}
.AnyTagClassName
{
color: #F04193;
}
</style>
background-color css
<style>
a { background-color: #F04193; }
a { background-color: rgb(240,65,147); }
div.DivClassName
{
background-color: #F04193;
}
.BgClassName
{
background-color: #F04193;
}
</style>
border-color css
<style>
span { border-color: #F04193; }
span { border-color: rgb(240,65,147); }
td.TdClassName
{
border-color: #F04193;
}
.TagClassName
{
border-color: #F04193;
}
</style>