Shades of Violet Red #F33C76
Tints of Violet Red #F33C76
RGB
CMYK
RGB Variations
Color information
#F33C76 (or 0xF33C76) is known color: Violet Red. HEX triplet: F3, 3C and 76. RGB value is (243,60,118). Sum of RGB (Red+Green+Blue) = 243+60+118=421 (55% of max value = 765). Red value is 243 (95.31% from 255 or 57.72% from 421); Green value is 60 (23.83% from 255 or 14.25% from 421); Blue value is 118 (46.48% from 255 or 28.03% from 421); Max value from RGB is 243 - color contains mainly: red. Hex color #F33C76 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F33C76 is #0CC389. Grayscale: #797979. Windows color (decimal): -836490 or 7748851. OLE color: 7748851.
HSL color Cylindrical-coordinate representation of color #F33C76: hue angle of 340.98º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F33C76 is Cyan = 0, Magento = 0.75, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 60 | 118 | - |
| CMYK | 0 | 0.75 | 0.51 | 0.05 |
| HSL | 340.98º | 0.88% | 0.59% | - |
| HSV(B) | 340.98º | 0.75% | 0.95% | - |
| XYZ | 41.85 | 23.59 | 19.49 | - |
| YUV | 121.33 | 126.13 | 214.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 60 | 118 | 0 | 0.75 | 0.51 | 0.05 | 340.98 | 0.88 | 0.59 |
| Hex | F3 | 3C | 76 | 0 | 4B | 33 | 5 | 155 | 58 | 3B |
| Octal | 363 | 74 | 166 | 0 | 113 | 63 | 5 | 525 | 130 | 73 |
| Binary | 11110011 | 111100 | 1110110 | 0 | 1001011 | 110011 | 101 | 101010101 | 1011000 | 111011 |
Color Harmonies of #F33C76
Complementary color
Monochromatic Colors of #F33C76
Black with #F33C76
Text Example
Text Example
White with #F33C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33C76; }
p { color: rgb(243,60,118); }
H1.HeaderClassName
{
color: #F33C76;
}
.AnyTagClassName
{
color: #F33C76;
}
</style>
background-color css
<style>
a { background-color: #F33C76; }
a { background-color: rgb(243,60,118); }
div.DivClassName
{
background-color: #F33C76;
}
.BgClassName
{
background-color: #F33C76;
}
</style>
border-color css
<style>
span { border-color: #F33C76; }
span { border-color: rgb(243,60,118); }
td.TdClassName
{
border-color: #F33C76;
}
.TagClassName
{
border-color: #F33C76;
}
</style>