Shades of Violet Red #F4397D
Tints of Violet Red #F4397D
RGB
CMYK
RGB Variations
Color information
#F4397D (or 0xF4397D) is known color: Violet Red. HEX triplet: F4, 39 and 7D. RGB value is (244,57,125). Sum of RGB (Red+Green+Blue) = 244+57+125=426 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.28% from 426); Green value is 57 (22.66% from 255 or 13.38% from 426); Blue value is 125 (49.22% from 255 or 29.34% from 426); Max value from RGB is 244 - color contains mainly: red. Hex color #F4397D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4397D is #0BC682. Grayscale: #787878. Windows color (decimal): -771715 or 8206836. OLE color: 8206836.
HSL color Cylindrical-coordinate representation of color #F4397D: hue angle of 338.18º degrees, saturation: 0.89, 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 #F4397D is Cyan = 0, Magento = 0.77, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 57 | 125 | - |
| CMYK | 0 | 0.77 | 0.49 | 0.04 |
| HSL | 338.18º | 0.89% | 0.59% | - |
| HSV(B) | 338.18º | 0.77% | 0.96% | - |
| XYZ | 42.47 | 23.64 | 21.73 | - |
| YUV | 120.67 | 130.45 | 215.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 57 | 125 | 0 | 0.77 | 0.49 | 0.04 | 338.18 | 0.89 | 0.59 |
| Hex | F4 | 39 | 7D | 0 | 4D | 31 | 4 | 152 | 59 | 3B |
| Octal | 364 | 71 | 175 | 0 | 115 | 61 | 4 | 522 | 131 | 73 |
| Binary | 11110100 | 111001 | 1111101 | 0 | 1001101 | 110001 | 100 | 101010010 | 1011001 | 111011 |
Color Harmonies of #F4397D
Complementary color
Monochromatic Colors of #F4397D
Black with #F4397D
Text Example
Text Example
White with #F4397D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4397D; }
p { color: rgb(244,57,125); }
H1.HeaderClassName
{
color: #F4397D;
}
.AnyTagClassName
{
color: #F4397D;
}
</style>
background-color css
<style>
a { background-color: #F4397D; }
a { background-color: rgb(244,57,125); }
div.DivClassName
{
background-color: #F4397D;
}
.BgClassName
{
background-color: #F4397D;
}
</style>
border-color css
<style>
span { border-color: #F4397D; }
span { border-color: rgb(244,57,125); }
td.TdClassName
{
border-color: #F4397D;
}
.TagClassName
{
border-color: #F4397D;
}
</style>