Shades of Violet Red #F4478C
Tints of Violet Red #F4478C
RGB
CMYK
RGB Variations
Color information
#F4478C (or 0xF4478C) is known color: Violet Red. HEX triplet: F4, 47 and 8C. RGB value is (244,71,140). Sum of RGB (Red+Green+Blue) = 244+71+140=455 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.63% from 455); Green value is 71 (28.12% from 255 or 15.60% from 455); Blue value is 140 (55.08% from 255 or 30.77% from 455); Max value from RGB is 244 - color contains mainly: red. Hex color #F4478C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F4478C is #0BB873. Grayscale: #828282. Windows color (decimal): -768116 or 9193460. OLE color: 9193460.
HSL color Cylindrical-coordinate representation of color #F4478C: hue angle of 336.07º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F4478C is Cyan = 0, Magento = 0.71, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 71 | 140 | - |
| CMYK | 0 | 0.71 | 0.43 | 0.04 |
| HSL | 336.07º | 0.89% | 0.62% | - |
| HSV(B) | 336.07º | 0.71% | 0.96% | - |
| XYZ | 44.3 | 25.63 | 27.42 | - |
| YUV | 130.59 | 133.31 | 208.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 71 | 140 | 0 | 0.71 | 0.43 | 0.04 | 336.07 | 0.89 | 0.62 |
| Hex | F4 | 47 | 8C | 0 | 47 | 2B | 4 | 150 | 59 | 3E |
| Octal | 364 | 107 | 214 | 0 | 107 | 53 | 4 | 520 | 131 | 76 |
| Binary | 11110100 | 1000111 | 10001100 | 0 | 1000111 | 101011 | 100 | 101010000 | 1011001 | 111110 |
Color Harmonies of #F4478C
Complementary color
Monochromatic Colors of #F4478C
Black with #F4478C
Text Example
Text Example
White with #F4478C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4478C; }
p { color: rgb(244,71,140); }
H1.HeaderClassName
{
color: #F4478C;
}
.AnyTagClassName
{
color: #F4478C;
}
</style>
background-color css
<style>
a { background-color: #F4478C; }
a { background-color: rgb(244,71,140); }
div.DivClassName
{
background-color: #F4478C;
}
.BgClassName
{
background-color: #F4478C;
}
</style>
border-color css
<style>
span { border-color: #F4478C; }
span { border-color: rgb(244,71,140); }
td.TdClassName
{
border-color: #F4478C;
}
.TagClassName
{
border-color: #F4478C;
}
</style>