Shades of Violet Red #F33D77
Tints of Violet Red #F33D77
RGB
CMYK
RGB Variations
Color information
#F33D77 (or 0xF33D77) is known color: Violet Red. HEX triplet: F3, 3D and 77. RGB value is (243,61,119). Sum of RGB (Red+Green+Blue) = 243+61+119=423 (56% of max value = 765). Red value is 243 (95.31% from 255 or 57.45% from 423); Green value is 61 (24.22% from 255 or 14.42% from 423); Blue value is 119 (46.88% from 255 or 28.13% from 423); Max value from RGB is 243 - color contains mainly: red. Hex color #F33D77 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F33D77 is #0CC288. Grayscale: #797979. Windows color (decimal): -836233 or 7814643. OLE color: 7814643.
HSL color Cylindrical-coordinate representation of color #F33D77: hue angle of 340.88º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F33D77 is Cyan = 0, Magento = 0.75, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 61 | 119 | - |
| CMYK | 0 | 0.75 | 0.51 | 0.05 |
| HSL | 340.88º | 0.88% | 0.6% | - |
| HSV(B) | 340.88º | 0.75% | 0.95% | - |
| XYZ | 41.96 | 23.72 | 19.82 | - |
| YUV | 122.03 | 126.3 | 214.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 61 | 119 | 0 | 0.75 | 0.51 | 0.05 | 340.88 | 0.88 | 0.6 |
| Hex | F3 | 3D | 77 | 0 | 4B | 33 | 5 | 155 | 58 | 3C |
| Octal | 363 | 75 | 167 | 0 | 113 | 63 | 5 | 525 | 130 | 74 |
| Binary | 11110011 | 111101 | 1110111 | 0 | 1001011 | 110011 | 101 | 101010101 | 1011000 | 111100 |
Color Harmonies of #F33D77
Complementary color
Monochromatic Colors of #F33D77
Black with #F33D77
Text Example
Text Example
White with #F33D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33D77; }
p { color: rgb(243,61,119); }
H1.HeaderClassName
{
color: #F33D77;
}
.AnyTagClassName
{
color: #F33D77;
}
</style>
background-color css
<style>
a { background-color: #F33D77; }
a { background-color: rgb(243,61,119); }
div.DivClassName
{
background-color: #F33D77;
}
.BgClassName
{
background-color: #F33D77;
}
</style>
border-color css
<style>
span { border-color: #F33D77; }
span { border-color: rgb(243,61,119); }
td.TdClassName
{
border-color: #F33D77;
}
.TagClassName
{
border-color: #F33D77;
}
</style>