Shades of Violet Red #F13F77
Tints of Violet Red #F13F77
RGB
CMYK
RGB Variations
Color information
#F13F77 (or 0xF13F77) is known color: Violet Red. HEX triplet: F1, 3F and 77. RGB value is (241,63,119). Sum of RGB (Red+Green+Blue) = 241+63+119=423 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.97% from 423); Green value is 63 (25% from 255 or 14.89% from 423); Blue value is 119 (46.88% from 255 or 28.13% from 423); Max value from RGB is 241 - color contains mainly: red. Hex color #F13F77 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F13F77 is #0EC088. Grayscale: #7A7A7A. Windows color (decimal): -966793 or 7815153. OLE color: 7815153.
HSL color Cylindrical-coordinate representation of color #F13F77: hue angle of 341.12º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F13F77 is Cyan = 0, Magento = 0.74, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 63 | 119 | - |
| CMYK | 0 | 0.74 | 0.51 | 0.05 |
| HSL | 341.12º | 0.86% | 0.6% | - |
| HSV(B) | 341.12º | 0.74% | 0.95% | - |
| XYZ | 41.38 | 23.59 | 19.82 | - |
| YUV | 122.61 | 125.97 | 212.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 63 | 119 | 0 | 0.74 | 0.51 | 0.05 | 341.12 | 0.86 | 0.6 |
| Hex | F1 | 3F | 77 | 0 | 4A | 33 | 5 | 155 | 56 | 3C |
| Octal | 361 | 77 | 167 | 0 | 112 | 63 | 5 | 525 | 126 | 74 |
| Binary | 11110001 | 111111 | 1110111 | 0 | 1001010 | 110011 | 101 | 101010101 | 1010110 | 111100 |
Color Harmonies of #F13F77
Complementary color
Monochromatic Colors of #F13F77
Black with #F13F77
Text Example
Text Example
White with #F13F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F13F77; }
p { color: rgb(241,63,119); }
H1.HeaderClassName
{
color: #F13F77;
}
.AnyTagClassName
{
color: #F13F77;
}
</style>
background-color css
<style>
a { background-color: #F13F77; }
a { background-color: rgb(241,63,119); }
div.DivClassName
{
background-color: #F13F77;
}
.BgClassName
{
background-color: #F13F77;
}
</style>
border-color css
<style>
span { border-color: #F13F77; }
span { border-color: rgb(241,63,119); }
td.TdClassName
{
border-color: #F13F77;
}
.TagClassName
{
border-color: #F13F77;
}
</style>