Shades of Violet Red #F44175
Tints of Violet Red #F44175
RGB
CMYK
RGB Variations
Color information
#F44175 (or 0xF44175) is known color: Violet Red. HEX triplet: F4, 41 and 75. RGB value is (244,65,117). Sum of RGB (Red+Green+Blue) = 244+65+117=426 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.28% from 426); Green value is 65 (25.78% from 255 or 15.26% from 426); Blue value is 117 (46.09% from 255 or 27.46% from 426); Max value from RGB is 244 - color contains mainly: red. Hex color #F44175 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F44175 is #0BBE8A. Grayscale: #7C7C7C. Windows color (decimal): -769675 or 7684596. OLE color: 7684596.
HSL color Cylindrical-coordinate representation of color #F44175: hue angle of 342.57º 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 #F44175 is Cyan = 0, Magento = 0.73, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 65 | 117 | - |
| CMYK | 0 | 0.73 | 0.52 | 0.04 |
| HSL | 342.57º | 0.89% | 0.61% | - |
| HSV(B) | 342.57º | 0.73% | 0.96% | - |
| XYZ | 42.41 | 24.3 | 19.28 | - |
| YUV | 124.45 | 123.8 | 213.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 65 | 117 | 0 | 0.73 | 0.52 | 0.04 | 342.57 | 0.89 | 0.61 |
| Hex | F4 | 41 | 75 | 0 | 49 | 34 | 4 | 157 | 59 | 3D |
| Octal | 364 | 101 | 165 | 0 | 111 | 64 | 4 | 527 | 131 | 75 |
| Binary | 11110100 | 1000001 | 1110101 | 0 | 1001001 | 110100 | 100 | 101010111 | 1011001 | 111101 |
Color Harmonies of #F44175
Complementary color
Monochromatic Colors of #F44175
Black with #F44175
Text Example
Text Example
White with #F44175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44175; }
p { color: rgb(244,65,117); }
H1.HeaderClassName
{
color: #F44175;
}
.AnyTagClassName
{
color: #F44175;
}
</style>
background-color css
<style>
a { background-color: #F44175; }
a { background-color: rgb(244,65,117); }
div.DivClassName
{
background-color: #F44175;
}
.BgClassName
{
background-color: #F44175;
}
</style>
border-color css
<style>
span { border-color: #F44175; }
span { border-color: rgb(244,65,117); }
td.TdClassName
{
border-color: #F44175;
}
.TagClassName
{
border-color: #F44175;
}
</style>