Shades of Violet Red #F4387C
Tints of Violet Red #F4387C
RGB
CMYK
RGB Variations
Color information
#F4387C (or 0xF4387C) is known color: Violet Red. HEX triplet: F4, 38 and 7C. RGB value is (244,56,124). Sum of RGB (Red+Green+Blue) = 244+56+124=424 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.55% from 424); Green value is 56 (22.27% from 255 or 13.21% from 424); Blue value is 124 (48.83% from 255 or 29.25% from 424); Max value from RGB is 244 - color contains mainly: red. Hex color #F4387C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4387C is #0BC783. Grayscale: #777777. Windows color (decimal): -771972 or 8141044. OLE color: 8141044.
HSL color Cylindrical-coordinate representation of color #F4387C: hue angle of 338.3º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F4387C is Cyan = 0, Magento = 0.77, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 56 | 124 | - |
| CMYK | 0 | 0.77 | 0.49 | 0.04 |
| HSL | 338.3º | 0.9% | 0.59% | - |
| HSV(B) | 338.3º | 0.77% | 0.96% | - |
| XYZ | 42.36 | 23.52 | 21.38 | - |
| YUV | 119.96 | 130.28 | 216.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 56 | 124 | 0 | 0.77 | 0.49 | 0.04 | 338.3 | 0.9 | 0.59 |
| Hex | F4 | 38 | 7C | 0 | 4D | 31 | 4 | 152 | 5A | 3B |
| Octal | 364 | 70 | 174 | 0 | 115 | 61 | 4 | 522 | 132 | 73 |
| Binary | 11110100 | 111000 | 1111100 | 0 | 1001101 | 110001 | 100 | 101010010 | 1011010 | 111011 |
Color Harmonies of #F4387C
Complementary color
Monochromatic Colors of #F4387C
Black with #F4387C
Text Example
Text Example
White with #F4387C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4387C; }
p { color: rgb(244,56,124); }
H1.HeaderClassName
{
color: #F4387C;
}
.AnyTagClassName
{
color: #F4387C;
}
</style>
background-color css
<style>
a { background-color: #F4387C; }
a { background-color: rgb(244,56,124); }
div.DivClassName
{
background-color: #F4387C;
}
.BgClassName
{
background-color: #F4387C;
}
</style>
border-color css
<style>
span { border-color: #F4387C; }
span { border-color: rgb(244,56,124); }
td.TdClassName
{
border-color: #F4387C;
}
.TagClassName
{
border-color: #F4387C;
}
</style>