Shades of Violet Red #F33E76
Tints of Violet Red #F33E76
RGB
CMYK
RGB Variations
Color information
#F33E76 (or 0xF33E76) is known color: Violet Red. HEX triplet: F3, 3E and 76. RGB value is (243,62,118). Sum of RGB (Red+Green+Blue) = 243+62+118=423 (56% of max value = 765). Red value is 243 (95.31% from 255 or 57.45% from 423); Green value is 62 (24.61% from 255 or 14.66% from 423); Blue value is 118 (46.48% from 255 or 27.90% from 423); Max value from RGB is 243 - color contains mainly: red. Hex color #F33E76 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F33E76 is #0CC189. Grayscale: #7A7A7A. Windows color (decimal): -835978 or 7749363. OLE color: 7749363.
HSL color Cylindrical-coordinate representation of color #F33E76: hue angle of 341.44º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F33E76 is Cyan = 0, Magento = 0.74, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 62 | 118 | - |
| CMYK | 0 | 0.74 | 0.51 | 0.05 |
| HSL | 341.44º | 0.88% | 0.6% | - |
| HSV(B) | 341.44º | 0.74% | 0.95% | - |
| XYZ | 41.95 | 23.81 | 19.52 | - |
| YUV | 122.5 | 125.47 | 213.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 62 | 118 | 0 | 0.74 | 0.51 | 0.05 | 341.44 | 0.88 | 0.6 |
| Hex | F3 | 3E | 76 | 0 | 4A | 33 | 5 | 155 | 58 | 3C |
| Octal | 363 | 76 | 166 | 0 | 112 | 63 | 5 | 525 | 130 | 74 |
| Binary | 11110011 | 111110 | 1110110 | 0 | 1001010 | 110011 | 101 | 101010101 | 1011000 | 111100 |
Color Harmonies of #F33E76
Complementary color
Monochromatic Colors of #F33E76
Black with #F33E76
Text Example
Text Example
White with #F33E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33E76; }
p { color: rgb(243,62,118); }
H1.HeaderClassName
{
color: #F33E76;
}
.AnyTagClassName
{
color: #F33E76;
}
</style>
background-color css
<style>
a { background-color: #F33E76; }
a { background-color: rgb(243,62,118); }
div.DivClassName
{
background-color: #F33E76;
}
.BgClassName
{
background-color: #F33E76;
}
</style>
border-color css
<style>
span { border-color: #F33E76; }
span { border-color: rgb(243,62,118); }
td.TdClassName
{
border-color: #F33E76;
}
.TagClassName
{
border-color: #F33E76;
}
</style>