Shades of Violet Red #F33276
Tints of Violet Red #F33276
RGB
CMYK
RGB Variations
Color information
#F33276 (or 0xF33276) is known color: Violet Red. HEX triplet: F3, 32 and 76. RGB value is (243,50,118). Sum of RGB (Red+Green+Blue) = 243+50+118=411 (54% of max value = 765). Red value is 243 (95.31% from 255 or 59.12% from 411); Green value is 50 (19.92% from 255 or 12.17% from 411); Blue value is 118 (46.48% from 255 or 28.71% from 411); Max value from RGB is 243 - color contains mainly: red. Hex color #F33276 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F33276 is #0CCD89. Grayscale: #737373. Windows color (decimal): -839050 or 7746291. OLE color: 7746291.
HSL color Cylindrical-coordinate representation of color #F33276: hue angle of 338.86º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F33276 is Cyan = 0, Magento = 0.79, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 50 | 118 | - |
| CMYK | 0 | 0.79 | 0.51 | 0.05 |
| HSL | 338.86º | 0.89% | 0.57% | - |
| HSV(B) | 338.86º | 0.79% | 0.95% | - |
| XYZ | 41.37 | 22.64 | 19.33 | - |
| YUV | 115.46 | 129.44 | 218.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 50 | 118 | 0 | 0.79 | 0.51 | 0.05 | 338.86 | 0.89 | 0.57 |
| Hex | F3 | 32 | 76 | 0 | 4F | 33 | 5 | 153 | 59 | 39 |
| Octal | 363 | 62 | 166 | 0 | 117 | 63 | 5 | 523 | 131 | 71 |
| Binary | 11110011 | 110010 | 1110110 | 0 | 1001111 | 110011 | 101 | 101010011 | 1011001 | 111001 |
Color Harmonies of #F33276
Complementary color
Monochromatic Colors of #F33276
Black with #F33276
Text Example
Text Example
White with #F33276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33276; }
p { color: rgb(243,50,118); }
H1.HeaderClassName
{
color: #F33276;
}
.AnyTagClassName
{
color: #F33276;
}
</style>
background-color css
<style>
a { background-color: #F33276; }
a { background-color: rgb(243,50,118); }
div.DivClassName
{
background-color: #F33276;
}
.BgClassName
{
background-color: #F33276;
}
</style>
border-color css
<style>
span { border-color: #F33276; }
span { border-color: rgb(243,50,118); }
td.TdClassName
{
border-color: #F33276;
}
.TagClassName
{
border-color: #F33276;
}
</style>