Shades of Violet Red #F3397C
Tints of Violet Red #F3397C
RGB
CMYK
RGB Variations
Color information
#F3397C (or 0xF3397C) is known color: Violet Red. HEX triplet: F3, 39 and 7C. RGB value is (243,57,124). Sum of RGB (Red+Green+Blue) = 243+57+124=424 (56% of max value = 765). Red value is 243 (95.31% from 255 or 57.31% from 424); Green value is 57 (22.66% from 255 or 13.44% from 424); Blue value is 124 (48.83% from 255 or 29.25% from 424); Max value from RGB is 243 - color contains mainly: red. Hex color #F3397C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3397C is #0CC683. Grayscale: #787878. Windows color (decimal): -837252 or 8141299. OLE color: 8141299.
HSL color Cylindrical-coordinate representation of color #F3397C: hue angle of 338.39º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F3397C is Cyan = 0, Magento = 0.77, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 57 | 124 | - |
| CMYK | 0 | 0.77 | 0.49 | 0.05 |
| HSL | 338.39º | 0.89% | 0.59% | - |
| HSV(B) | 338.39º | 0.77% | 0.95% | - |
| XYZ | 42.06 | 23.44 | 21.38 | - |
| YUV | 120.25 | 130.12 | 215.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 57 | 124 | 0 | 0.77 | 0.49 | 0.05 | 338.39 | 0.89 | 0.59 |
| Hex | F3 | 39 | 7C | 0 | 4D | 31 | 5 | 152 | 59 | 3B |
| Octal | 363 | 71 | 174 | 0 | 115 | 61 | 5 | 522 | 131 | 73 |
| Binary | 11110011 | 111001 | 1111100 | 0 | 1001101 | 110001 | 101 | 101010010 | 1011001 | 111011 |
Color Harmonies of #F3397C
Complementary color
Monochromatic Colors of #F3397C
Black with #F3397C
Text Example
Text Example
White with #F3397C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3397C; }
p { color: rgb(243,57,124); }
H1.HeaderClassName
{
color: #F3397C;
}
.AnyTagClassName
{
color: #F3397C;
}
</style>
background-color css
<style>
a { background-color: #F3397C; }
a { background-color: rgb(243,57,124); }
div.DivClassName
{
background-color: #F3397C;
}
.BgClassName
{
background-color: #F3397C;
}
</style>
border-color css
<style>
span { border-color: #F3397C; }
span { border-color: rgb(243,57,124); }
td.TdClassName
{
border-color: #F3397C;
}
.TagClassName
{
border-color: #F3397C;
}
</style>