Shades of Violet Red #F44077
Tints of Violet Red #F44077
RGB
CMYK
RGB Variations
Color information
#F44077 (or 0xF44077) is known color: Violet Red. HEX triplet: F4, 40 and 77. RGB value is (244,64,119). Sum of RGB (Red+Green+Blue) = 244+64+119=427 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.14% from 427); Green value is 64 (25.39% from 255 or 14.99% from 427); Blue value is 119 (46.88% from 255 or 27.87% from 427); Max value from RGB is 244 - color contains mainly: red. Hex color #F44077 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F44077 is #0BBF88. Grayscale: #7C7C7C. Windows color (decimal): -769929 or 7815412. OLE color: 7815412.
HSL color Cylindrical-coordinate representation of color #F44077: hue angle of 341.67º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F44077 is Cyan = 0, Magento = 0.74, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 64 | 119 | - |
| CMYK | 0 | 0.74 | 0.51 | 0.04 |
| HSL | 341.67º | 0.89% | 0.6% | - |
| HSV(B) | 341.67º | 0.74% | 0.96% | - |
| XYZ | 42.47 | 24.23 | 19.89 | - |
| YUV | 124.09 | 125.13 | 213.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 64 | 119 | 0 | 0.74 | 0.51 | 0.04 | 341.67 | 0.89 | 0.6 |
| Hex | F4 | 40 | 77 | 0 | 4A | 33 | 4 | 156 | 59 | 3C |
| Octal | 364 | 100 | 167 | 0 | 112 | 63 | 4 | 526 | 131 | 74 |
| Binary | 11110100 | 1000000 | 1110111 | 0 | 1001010 | 110011 | 100 | 101010110 | 1011001 | 111100 |
Color Harmonies of #F44077
Complementary color
Monochromatic Colors of #F44077
Black with #F44077
Text Example
Text Example
White with #F44077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44077; }
p { color: rgb(244,64,119); }
H1.HeaderClassName
{
color: #F44077;
}
.AnyTagClassName
{
color: #F44077;
}
</style>
background-color css
<style>
a { background-color: #F44077; }
a { background-color: rgb(244,64,119); }
div.DivClassName
{
background-color: #F44077;
}
.BgClassName
{
background-color: #F44077;
}
</style>
border-color css
<style>
span { border-color: #F44077; }
span { border-color: rgb(244,64,119); }
td.TdClassName
{
border-color: #F44077;
}
.TagClassName
{
border-color: #F44077;
}
</style>