Shades of Violet Red #F4367C
Tints of Violet Red #F4367C
RGB
CMYK
RGB Variations
Color information
#F4367C (or 0xF4367C) is known color: Violet Red. HEX triplet: F4, 36 and 7C. RGB value is (244,54,124). Sum of RGB (Red+Green+Blue) = 244+54+124=422 (55% of max value = 765). Red value is 244 (95.70% from 255 or 57.82% from 422); Green value is 54 (21.48% from 255 or 12.80% from 422); Blue value is 124 (48.83% from 255 or 29.38% from 422); Max value from RGB is 244 - color contains mainly: red. Hex color #F4367C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4367C is #0BC983. Grayscale: #767676. Windows color (decimal): -772484 or 8140532. OLE color: 8140532.
HSL color Cylindrical-coordinate representation of color #F4367C: hue angle of 337.89º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F4367C is Cyan = 0, Magento = 0.78, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 54 | 124 | - |
| CMYK | 0 | 0.78 | 0.49 | 0.04 |
| HSL | 337.89º | 0.9% | 0.58% | - |
| HSV(B) | 337.89º | 0.78% | 0.96% | - |
| XYZ | 42.27 | 23.33 | 21.34 | - |
| YUV | 118.79 | 130.95 | 217.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 54 | 124 | 0 | 0.78 | 0.49 | 0.04 | 337.89 | 0.9 | 0.58 |
| Hex | F4 | 36 | 7C | 0 | 4E | 31 | 4 | 152 | 5A | 3A |
| Octal | 364 | 66 | 174 | 0 | 116 | 61 | 4 | 522 | 132 | 72 |
| Binary | 11110100 | 110110 | 1111100 | 0 | 1001110 | 110001 | 100 | 101010010 | 1011010 | 111010 |
Color Harmonies of #F4367C
Complementary color
Monochromatic Colors of #F4367C
Black with #F4367C
Text Example
Text Example
White with #F4367C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4367C; }
p { color: rgb(244,54,124); }
H1.HeaderClassName
{
color: #F4367C;
}
.AnyTagClassName
{
color: #F4367C;
}
</style>
background-color css
<style>
a { background-color: #F4367C; }
a { background-color: rgb(244,54,124); }
div.DivClassName
{
background-color: #F4367C;
}
.BgClassName
{
background-color: #F4367C;
}
</style>
border-color css
<style>
span { border-color: #F4367C; }
span { border-color: rgb(244,54,124); }
td.TdClassName
{
border-color: #F4367C;
}
.TagClassName
{
border-color: #F4367C;
}
</style>