Shades of Violet Red #F14277
Tints of Violet Red #F14277
RGB
CMYK
RGB Variations
Color information
#F14277 (or 0xF14277) is known color: Violet Red. HEX triplet: F1, 42 and 77. RGB value is (241,66,119). Sum of RGB (Red+Green+Blue) = 241+66+119=426 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.57% from 426); Green value is 66 (26.17% from 255 or 15.49% from 426); Blue value is 119 (46.88% from 255 or 27.93% from 426); Max value from RGB is 241 - color contains mainly: red. Hex color #F14277 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14277 is #0EBD88. Grayscale: #7C7C7C. Windows color (decimal): -966025 or 7815921. OLE color: 7815921.
HSL color Cylindrical-coordinate representation of color #F14277: hue angle of 341.83º 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 #F14277 is Cyan = 0, Magento = 0.73, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 66 | 119 | - |
| CMYK | 0 | 0.73 | 0.51 | 0.05 |
| HSL | 341.83º | 0.86% | 0.6% | - |
| HSV(B) | 341.83º | 0.73% | 0.95% | - |
| XYZ | 41.55 | 23.93 | 19.88 | - |
| YUV | 124.37 | 124.98 | 211.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 66 | 119 | 0 | 0.73 | 0.51 | 0.05 | 341.83 | 0.86 | 0.6 |
| Hex | F1 | 42 | 77 | 0 | 49 | 33 | 5 | 156 | 56 | 3C |
| Octal | 361 | 102 | 167 | 0 | 111 | 63 | 5 | 526 | 126 | 74 |
| Binary | 11110001 | 1000010 | 1110111 | 0 | 1001001 | 110011 | 101 | 101010110 | 1010110 | 111100 |
Color Harmonies of #F14277
Complementary color
Monochromatic Colors of #F14277
Black with #F14277
Text Example
Text Example
White with #F14277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14277; }
p { color: rgb(241,66,119); }
H1.HeaderClassName
{
color: #F14277;
}
.AnyTagClassName
{
color: #F14277;
}
</style>
background-color css
<style>
a { background-color: #F14277; }
a { background-color: rgb(241,66,119); }
div.DivClassName
{
background-color: #F14277;
}
.BgClassName
{
background-color: #F14277;
}
</style>
border-color css
<style>
span { border-color: #F14277; }
span { border-color: rgb(241,66,119); }
td.TdClassName
{
border-color: #F14277;
}
.TagClassName
{
border-color: #F14277;
}
</style>