Shades of Violet Red #F3397A
Tints of Violet Red #F3397A
RGB
CMYK
RGB Variations
Color information
#F3397A (or 0xF3397A) is known color: Violet Red. HEX triplet: F3, 39 and 7A. RGB value is (243,57,122). Sum of RGB (Red+Green+Blue) = 243+57+122=422 (55% of max value = 765). Red value is 243 (95.31% from 255 or 57.58% from 422); Green value is 57 (22.66% from 255 or 13.51% from 422); Blue value is 122 (48.05% from 255 or 28.91% from 422); Max value from RGB is 243 - color contains mainly: red. Hex color #F3397A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3397A is #0CC685. Grayscale: #777777. Windows color (decimal): -837254 or 8010227. OLE color: 8010227.
HSL color Cylindrical-coordinate representation of color #F3397A: hue angle of 339.03º 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 #F3397A is Cyan = 0, Magento = 0.77, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 57 | 122 | - |
| CMYK | 0 | 0.77 | 0.50 | 0.05 |
| HSL | 339.03º | 0.89% | 0.59% | - |
| HSV(B) | 339.03º | 0.77% | 0.95% | - |
| XYZ | 41.94 | 23.39 | 20.72 | - |
| YUV | 120.02 | 129.12 | 215.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 57 | 122 | 0 | 0.77 | 0.50 | 0.05 | 339.03 | 0.89 | 0.59 |
| Hex | F3 | 39 | 7A | 0 | 4D | 32 | 5 | 153 | 59 | 3B |
| Octal | 363 | 71 | 172 | 0 | 115 | 62 | 5 | 523 | 131 | 73 |
| Binary | 11110011 | 111001 | 1111010 | 0 | 1001101 | 110010 | 101 | 101010011 | 1011001 | 111011 |
Color Harmonies of #F3397A
Complementary color
Monochromatic Colors of #F3397A
Black with #F3397A
Text Example
Text Example
White with #F3397A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3397A; }
p { color: rgb(243,57,122); }
H1.HeaderClassName
{
color: #F3397A;
}
.AnyTagClassName
{
color: #F3397A;
}
</style>
background-color css
<style>
a { background-color: #F3397A; }
a { background-color: rgb(243,57,122); }
div.DivClassName
{
background-color: #F3397A;
}
.BgClassName
{
background-color: #F3397A;
}
</style>
border-color css
<style>
span { border-color: #F3397A; }
span { border-color: rgb(243,57,122); }
td.TdClassName
{
border-color: #F3397A;
}
.TagClassName
{
border-color: #F3397A;
}
</style>