Shades of Violet Red #F4367D
Tints of Violet Red #F4367D
RGB
CMYK
RGB Variations
Color information
#F4367D (or 0xF4367D) is known color: Violet Red. HEX triplet: F4, 36 and 7D. RGB value is (244,54,125). Sum of RGB (Red+Green+Blue) = 244+54+125=423 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.68% from 423); Green value is 54 (21.48% from 255 or 12.77% from 423); Blue value is 125 (49.22% from 255 or 29.55% from 423); Max value from RGB is 244 - color contains mainly: red. Hex color #F4367D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4367D is #0BC982. Grayscale: #767676. Windows color (decimal): -772483 or 8206068. OLE color: 8206068.
HSL color Cylindrical-coordinate representation of color #F4367D: hue angle of 337.58º 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 #F4367D is Cyan = 0, Magento = 0.78, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 54 | 125 | - |
| CMYK | 0 | 0.78 | 0.49 | 0.04 |
| HSL | 337.58º | 0.9% | 0.58% | - |
| HSV(B) | 337.58º | 0.78% | 0.96% | - |
| XYZ | 42.33 | 23.35 | 21.68 | - |
| YUV | 118.9 | 131.45 | 217.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 54 | 125 | 0 | 0.78 | 0.49 | 0.04 | 337.58 | 0.9 | 0.58 |
| Hex | F4 | 36 | 7D | 0 | 4E | 31 | 4 | 152 | 5A | 3A |
| Octal | 364 | 66 | 175 | 0 | 116 | 61 | 4 | 522 | 132 | 72 |
| Binary | 11110100 | 110110 | 1111101 | 0 | 1001110 | 110001 | 100 | 101010010 | 1011010 | 111010 |
Color Harmonies of #F4367D
Complementary color
Monochromatic Colors of #F4367D
Black with #F4367D
Text Example
Text Example
White with #F4367D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4367D; }
p { color: rgb(244,54,125); }
H1.HeaderClassName
{
color: #F4367D;
}
.AnyTagClassName
{
color: #F4367D;
}
</style>
background-color css
<style>
a { background-color: #F4367D; }
a { background-color: rgb(244,54,125); }
div.DivClassName
{
background-color: #F4367D;
}
.BgClassName
{
background-color: #F4367D;
}
</style>
border-color css
<style>
span { border-color: #F4367D; }
span { border-color: rgb(244,54,125); }
td.TdClassName
{
border-color: #F4367D;
}
.TagClassName
{
border-color: #F4367D;
}
</style>