Shades of Violet Red #F44288
Tints of Violet Red #F44288
RGB
CMYK
RGB Variations
Color information
#F44288 (or 0xF44288) is known color: Violet Red. HEX triplet: F4, 42 and 88. RGB value is (244,66,136). Sum of RGB (Red+Green+Blue) = 244+66+136=446 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.71% from 446); Green value is 66 (26.17% from 255 or 14.80% from 446); Blue value is 136 (53.52% from 255 or 30.49% from 446); Max value from RGB is 244 - color contains mainly: red. Hex color #F44288 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F44288 is #0BBD77. Grayscale: #7F7F7F. Windows color (decimal): -769400 or 8930036. OLE color: 8930036.
HSL color Cylindrical-coordinate representation of color #F44288: hue angle of 336.4º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F44288 is Cyan = 0, Magento = 0.73, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 66 | 136 | - |
| CMYK | 0 | 0.73 | 0.44 | 0.04 |
| HSL | 336.4º | 0.89% | 0.61% | - |
| HSV(B) | 336.4º | 0.73% | 0.96% | - |
| XYZ | 43.7 | 24.91 | 25.8 | - |
| YUV | 127.2 | 132.97 | 211.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 66 | 136 | 0 | 0.73 | 0.44 | 0.04 | 336.4 | 0.89 | 0.61 |
| Hex | F4 | 42 | 88 | 0 | 49 | 2C | 4 | 150 | 59 | 3D |
| Octal | 364 | 102 | 210 | 0 | 111 | 54 | 4 | 520 | 131 | 75 |
| Binary | 11110100 | 1000010 | 10001000 | 0 | 1001001 | 101100 | 100 | 101010000 | 1011001 | 111101 |
Color Harmonies of #F44288
Complementary color
Monochromatic Colors of #F44288
Black with #F44288
Text Example
Text Example
White with #F44288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44288; }
p { color: rgb(244,66,136); }
H1.HeaderClassName
{
color: #F44288;
}
.AnyTagClassName
{
color: #F44288;
}
</style>
background-color css
<style>
a { background-color: #F44288; }
a { background-color: rgb(244,66,136); }
div.DivClassName
{
background-color: #F44288;
}
.BgClassName
{
background-color: #F44288;
}
</style>
border-color css
<style>
span { border-color: #F44288; }
span { border-color: rgb(244,66,136); }
td.TdClassName
{
border-color: #F44288;
}
.TagClassName
{
border-color: #F44288;
}
</style>