Shades of Violet Red #F4449B
Tints of Violet Red #F4449B
RGB
CMYK
RGB Variations
Color information
#F4449B (or 0xF4449B) is known color: Violet Red. HEX triplet: F4, 44 and 9B. RGB value is (244,68,155). Sum of RGB (Red+Green+Blue) = 244+68+155=467 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.25% from 467); Green value is 68 (26.95% from 255 or 14.56% from 467); Blue value is 155 (60.94% from 255 or 33.19% from 467); Max value from RGB is 244 - color contains mainly: red. Hex color #F4449B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F4449B is #0BBB64. Grayscale: #828282. Windows color (decimal): -768869 or 10175732. OLE color: 10175732.
HSL color Cylindrical-coordinate representation of color #F4449B: hue angle of 330.34º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F4449B is Cyan = 0, Magento = 0.72, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 68 | 155 | - |
| CMYK | 0 | 0.72 | 0.36 | 0.04 |
| HSL | 330.34º | 0.89% | 0.61% | - |
| HSV(B) | 330.34º | 0.72% | 0.96% | - |
| XYZ | 45.29 | 25.73 | 33.59 | - |
| YUV | 130.54 | 141.81 | 208.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 68 | 155 | 0 | 0.72 | 0.36 | 0.04 | 330.34 | 0.89 | 0.61 |
| Hex | F4 | 44 | 9B | 0 | 48 | 24 | 4 | 14A | 59 | 3D |
| Octal | 364 | 104 | 233 | 0 | 110 | 44 | 4 | 512 | 131 | 75 |
| Binary | 11110100 | 1000100 | 10011011 | 0 | 1001000 | 100100 | 100 | 101001010 | 1011001 | 111101 |
Color Harmonies of #F4449B
Complementary color
Monochromatic Colors of #F4449B
Black with #F4449B
Text Example
Text Example
White with #F4449B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4449B; }
p { color: rgb(244,68,155); }
H1.HeaderClassName
{
color: #F4449B;
}
.AnyTagClassName
{
color: #F4449B;
}
</style>
background-color css
<style>
a { background-color: #F4449B; }
a { background-color: rgb(244,68,155); }
div.DivClassName
{
background-color: #F4449B;
}
.BgClassName
{
background-color: #F4449B;
}
</style>
border-color css
<style>
span { border-color: #F4449B; }
span { border-color: rgb(244,68,155); }
td.TdClassName
{
border-color: #F4449B;
}
.TagClassName
{
border-color: #F4449B;
}
</style>