Shades of Violet Red #F33A82
Tints of Violet Red #F33A82
RGB
CMYK
RGB Variations
Color information
#F33A82 (or 0xF33A82) is known color: Violet Red. HEX triplet: F3, 3A and 82. RGB value is (243,58,130). Sum of RGB (Red+Green+Blue) = 243+58+130=431 (57% of max value = 765). Red value is 243 (95.31% from 255 or 56.38% from 431); Green value is 58 (23.05% from 255 or 13.46% from 431); Blue value is 130 (51.17% from 255 or 30.16% from 431); Max value from RGB is 243 - color contains mainly: red. Hex color #F33A82 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F33A82 is #0CC57D. Grayscale: #797979. Windows color (decimal): -836990 or 8534771. OLE color: 8534771.
HSL color Cylindrical-coordinate representation of color #F33A82: hue angle of 336.65º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F33A82 is Cyan = 0, Magento = 0.76, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 58 | 130 | - |
| CMYK | 0 | 0.76 | 0.47 | 0.05 |
| HSL | 336.65º | 0.89% | 0.59% | - |
| HSV(B) | 336.65º | 0.76% | 0.95% | - |
| XYZ | 42.5 | 23.69 | 23.45 | - |
| YUV | 121.52 | 132.79 | 214.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 58 | 130 | 0 | 0.76 | 0.47 | 0.05 | 336.65 | 0.89 | 0.59 |
| Hex | F3 | 3A | 82 | 0 | 4C | 2F | 5 | 151 | 59 | 3B |
| Octal | 363 | 72 | 202 | 0 | 114 | 57 | 5 | 521 | 131 | 73 |
| Binary | 11110011 | 111010 | 10000010 | 0 | 1001100 | 101111 | 101 | 101010001 | 1011001 | 111011 |
Color Harmonies of #F33A82
Complementary color
Monochromatic Colors of #F33A82
Black with #F33A82
Text Example
Text Example
White with #F33A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33A82; }
p { color: rgb(243,58,130); }
H1.HeaderClassName
{
color: #F33A82;
}
.AnyTagClassName
{
color: #F33A82;
}
</style>
background-color css
<style>
a { background-color: #F33A82; }
a { background-color: rgb(243,58,130); }
div.DivClassName
{
background-color: #F33A82;
}
.BgClassName
{
background-color: #F33A82;
}
</style>
border-color css
<style>
span { border-color: #F33A82; }
span { border-color: rgb(243,58,130); }
td.TdClassName
{
border-color: #F33A82;
}
.TagClassName
{
border-color: #F33A82;
}
</style>