Shades of Violet Red #F44092
Tints of Violet Red #F44092
RGB
CMYK
RGB Variations
Color information
#F44092 (or 0xF44092) is known color: Violet Red. HEX triplet: F4, 40 and 92. RGB value is (244,64,146). Sum of RGB (Red+Green+Blue) = 244+64+146=454 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.74% from 454); Green value is 64 (25.39% from 255 or 14.10% from 454); Blue value is 146 (57.42% from 255 or 32.16% from 454); Max value from RGB is 244 - color contains mainly: red. Hex color #F44092 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F44092 is #0BBF6D. Grayscale: #7F7F7F. Windows color (decimal): -769902 or 9584884. OLE color: 9584884.
HSL color Cylindrical-coordinate representation of color #F44092: hue angle of 332.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 #F44092 is Cyan = 0, Magento = 0.74, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 64 | 146 | - |
| CMYK | 0 | 0.74 | 0.40 | 0.04 |
| HSL | 332.67º | 0.89% | 0.6% | - |
| HSV(B) | 332.67º | 0.74% | 0.96% | - |
| XYZ | 44.33 | 24.98 | 29.68 | - |
| YUV | 127.17 | 138.63 | 211.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 64 | 146 | 0 | 0.74 | 0.40 | 0.04 | 332.67 | 0.89 | 0.6 |
| Hex | F4 | 40 | 92 | 0 | 4A | 28 | 4 | 14D | 59 | 3C |
| Octal | 364 | 100 | 222 | 0 | 112 | 50 | 4 | 515 | 131 | 74 |
| Binary | 11110100 | 1000000 | 10010010 | 0 | 1001010 | 101000 | 100 | 101001101 | 1011001 | 111100 |
Color Harmonies of #F44092
Complementary color
Monochromatic Colors of #F44092
Black with #F44092
Text Example
Text Example
White with #F44092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44092; }
p { color: rgb(244,64,146); }
H1.HeaderClassName
{
color: #F44092;
}
.AnyTagClassName
{
color: #F44092;
}
</style>
background-color css
<style>
a { background-color: #F44092; }
a { background-color: rgb(244,64,146); }
div.DivClassName
{
background-color: #F44092;
}
.BgClassName
{
background-color: #F44092;
}
</style>
border-color css
<style>
span { border-color: #F44092; }
span { border-color: rgb(244,64,146); }
td.TdClassName
{
border-color: #F44092;
}
.TagClassName
{
border-color: #F44092;
}
</style>