Shades of Violet Red #F33376
Tints of Violet Red #F33376
RGB
CMYK
RGB Variations
Color information
#F33376 (or 0xF33376) is known color: Violet Red. HEX triplet: F3, 33 and 76. RGB value is (243,51,118). Sum of RGB (Red+Green+Blue) = 243+51+118=412 (54% of max value = 765). Red value is 243 (95.31% from 255 or 58.98% from 412); Green value is 51 (20.31% from 255 or 12.38% from 412); Blue value is 118 (46.48% from 255 or 28.64% from 412); Max value from RGB is 243 - color contains mainly: red. Hex color #F33376 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F33376 is #0CCC89. Grayscale: #737373. Windows color (decimal): -838794 or 7746547. OLE color: 7746547.
HSL color Cylindrical-coordinate representation of color #F33376: hue angle of 339.06º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F33376 is Cyan = 0, Magento = 0.79, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 51 | 118 | - |
| CMYK | 0 | 0.79 | 0.51 | 0.05 |
| HSL | 339.06º | 0.89% | 0.58% | - |
| HSV(B) | 339.06º | 0.79% | 0.95% | - |
| XYZ | 41.42 | 22.73 | 19.34 | - |
| YUV | 116.05 | 129.11 | 218.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 51 | 118 | 0 | 0.79 | 0.51 | 0.05 | 339.06 | 0.89 | 0.58 |
| Hex | F3 | 33 | 76 | 0 | 4F | 33 | 5 | 153 | 59 | 3A |
| Octal | 363 | 63 | 166 | 0 | 117 | 63 | 5 | 523 | 131 | 72 |
| Binary | 11110011 | 110011 | 1110110 | 0 | 1001111 | 110011 | 101 | 101010011 | 1011001 | 111010 |
Color Harmonies of #F33376
Complementary color
Monochromatic Colors of #F33376
Black with #F33376
Text Example
Text Example
White with #F33376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33376; }
p { color: rgb(243,51,118); }
H1.HeaderClassName
{
color: #F33376;
}
.AnyTagClassName
{
color: #F33376;
}
</style>
background-color css
<style>
a { background-color: #F33376; }
a { background-color: rgb(243,51,118); }
div.DivClassName
{
background-color: #F33376;
}
.BgClassName
{
background-color: #F33376;
}
</style>
border-color css
<style>
span { border-color: #F33376; }
span { border-color: rgb(243,51,118); }
td.TdClassName
{
border-color: #F33376;
}
.TagClassName
{
border-color: #F33376;
}
</style>