Shades of Violet Red #F14073
Tints of Violet Red #F14073
RGB
CMYK
RGB Variations
Color information
#F14073 (or 0xF14073) is known color: Violet Red. HEX triplet: F1, 40 and 73. RGB value is (241,64,115). Sum of RGB (Red+Green+Blue) = 241+64+115=420 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.38% from 420); Green value is 64 (25.39% from 255 or 15.24% from 420); Blue value is 115 (45.31% from 255 or 27.38% from 420); Max value from RGB is 241 - color contains mainly: red. Hex color #F14073 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14073 is #0EBF8C. Grayscale: #7A7A7A. Windows color (decimal): -966541 or 7553265. OLE color: 7553265.
HSL color Cylindrical-coordinate representation of color #F14073: hue angle of 342.71º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F14073 is Cyan = 0, Magento = 0.73, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 64 | 115 | - |
| CMYK | 0 | 0.73 | 0.52 | 0.05 |
| HSL | 342.71º | 0.86% | 0.6% | - |
| HSV(B) | 342.71º | 0.73% | 0.95% | - |
| XYZ | 41.2 | 23.61 | 18.6 | - |
| YUV | 122.74 | 123.64 | 212.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 64 | 115 | 0 | 0.73 | 0.52 | 0.05 | 342.71 | 0.86 | 0.6 |
| Hex | F1 | 40 | 73 | 0 | 49 | 34 | 5 | 157 | 56 | 3C |
| Octal | 361 | 100 | 163 | 0 | 111 | 64 | 5 | 527 | 126 | 74 |
| Binary | 11110001 | 1000000 | 1110011 | 0 | 1001001 | 110100 | 101 | 101010111 | 1010110 | 111100 |
Color Harmonies of #F14073
Complementary color
Monochromatic Colors of #F14073
Black with #F14073
Text Example
Text Example
White with #F14073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14073; }
p { color: rgb(241,64,115); }
H1.HeaderClassName
{
color: #F14073;
}
.AnyTagClassName
{
color: #F14073;
}
</style>
background-color css
<style>
a { background-color: #F14073; }
a { background-color: rgb(241,64,115); }
div.DivClassName
{
background-color: #F14073;
}
.BgClassName
{
background-color: #F14073;
}
</style>
border-color css
<style>
span { border-color: #F14073; }
span { border-color: rgb(241,64,115); }
td.TdClassName
{
border-color: #F14073;
}
.TagClassName
{
border-color: #F14073;
}
</style>