Shades of Violet Red #F44275
Tints of Violet Red #F44275
RGB
CMYK
RGB Variations
Color information
#F44275 (or 0xF44275) is known color: Violet Red. HEX triplet: F4, 42 and 75. RGB value is (244,66,117). Sum of RGB (Red+Green+Blue) = 244+66+117=427 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.14% from 427); Green value is 66 (26.17% from 255 or 15.46% from 427); Blue value is 117 (46.09% from 255 or 27.40% from 427); Max value from RGB is 244 - color contains mainly: red. Hex color #F44275 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F44275 is #0BBD8A. Grayscale: #7D7D7D. Windows color (decimal): -769419 or 7684852. OLE color: 7684852.
HSL color Cylindrical-coordinate representation of color #F44275: hue angle of 342.81º 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 #F44275 is Cyan = 0, Magento = 0.73, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 66 | 117 | - |
| CMYK | 0 | 0.73 | 0.52 | 0.04 |
| HSL | 342.81º | 0.89% | 0.61% | - |
| HSV(B) | 342.81º | 0.73% | 0.96% | - |
| XYZ | 42.47 | 24.41 | 19.3 | - |
| YUV | 125.04 | 123.47 | 212.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 66 | 117 | 0 | 0.73 | 0.52 | 0.04 | 342.81 | 0.89 | 0.61 |
| Hex | F4 | 42 | 75 | 0 | 49 | 34 | 4 | 157 | 59 | 3D |
| Octal | 364 | 102 | 165 | 0 | 111 | 64 | 4 | 527 | 131 | 75 |
| Binary | 11110100 | 1000010 | 1110101 | 0 | 1001001 | 110100 | 100 | 101010111 | 1011001 | 111101 |
Color Harmonies of #F44275
Complementary color
Monochromatic Colors of #F44275
Black with #F44275
Text Example
Text Example
White with #F44275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44275; }
p { color: rgb(244,66,117); }
H1.HeaderClassName
{
color: #F44275;
}
.AnyTagClassName
{
color: #F44275;
}
</style>
background-color css
<style>
a { background-color: #F44275; }
a { background-color: rgb(244,66,117); }
div.DivClassName
{
background-color: #F44275;
}
.BgClassName
{
background-color: #F44275;
}
</style>
border-color css
<style>
span { border-color: #F44275; }
span { border-color: rgb(244,66,117); }
td.TdClassName
{
border-color: #F44275;
}
.TagClassName
{
border-color: #F44275;
}
</style>