Shades of Violet Red #F4327C
Tints of Violet Red #F4327C
RGB
CMYK
RGB Variations
Color information
#F4327C (or 0xF4327C) is known color: Violet Red. HEX triplet: F4, 32 and 7C. RGB value is (244,50,124). Sum of RGB (Red+Green+Blue) = 244+50+124=418 (55% of max value = 765). Red value is 244 (95.70% from 255 or 58.37% from 418); Green value is 50 (19.92% from 255 or 11.96% from 418); Blue value is 124 (48.83% from 255 or 29.67% from 418); Max value from RGB is 244 - color contains mainly: red. Hex color #F4327C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4327C is #0BCD83. Grayscale: #747474. Windows color (decimal): -773508 or 8139508. OLE color: 8139508.
HSL color Cylindrical-coordinate representation of color #F4327C: hue angle of 337.11º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F4327C is Cyan = 0, Magento = 0.80, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 50 | 124 | - |
| CMYK | 0 | 0.80 | 0.49 | 0.04 |
| HSL | 337.11º | 0.9% | 0.58% | - |
| HSV(B) | 337.11º | 0.8% | 0.96% | - |
| XYZ | 42.09 | 22.97 | 21.28 | - |
| YUV | 116.44 | 132.27 | 218.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 50 | 124 | 0 | 0.80 | 0.49 | 0.04 | 337.11 | 0.9 | 0.58 |
| Hex | F4 | 32 | 7C | 0 | 50 | 31 | 4 | 151 | 5A | 3A |
| Octal | 364 | 62 | 174 | 0 | 120 | 61 | 4 | 521 | 132 | 72 |
| Binary | 11110100 | 110010 | 1111100 | 0 | 1010000 | 110001 | 100 | 101010001 | 1011010 | 111010 |
Color Harmonies of #F4327C
Complementary color
Monochromatic Colors of #F4327C
Black with #F4327C
Text Example
Text Example
White with #F4327C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4327C; }
p { color: rgb(244,50,124); }
H1.HeaderClassName
{
color: #F4327C;
}
.AnyTagClassName
{
color: #F4327C;
}
</style>
background-color css
<style>
a { background-color: #F4327C; }
a { background-color: rgb(244,50,124); }
div.DivClassName
{
background-color: #F4327C;
}
.BgClassName
{
background-color: #F4327C;
}
</style>
border-color css
<style>
span { border-color: #F4327C; }
span { border-color: rgb(244,50,124); }
td.TdClassName
{
border-color: #F4327C;
}
.TagClassName
{
border-color: #F4327C;
}
</style>