Shades of Violet Red #F33988
Tints of Violet Red #F33988
RGB
CMYK
RGB Variations
Color information
#F33988 (or 0xF33988) is known color: Violet Red. HEX triplet: F3, 39 and 88. RGB value is (243,57,136). Sum of RGB (Red+Green+Blue) = 243+57+136=436 (57% of max value = 765). Red value is 243 (95.31% from 255 or 55.73% from 436); Green value is 57 (22.66% from 255 or 13.07% from 436); Blue value is 136 (53.52% from 255 or 31.19% from 436); Max value from RGB is 243 - color contains mainly: red. Hex color #F33988 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F33988 is #0CC677. Grayscale: #797979. Windows color (decimal): -837240 or 8927731. OLE color: 8927731.
HSL color Cylindrical-coordinate representation of color #F33988: hue angle of 334.52º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F33988 is Cyan = 0, Magento = 0.77, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 57 | 136 | - |
| CMYK | 0 | 0.77 | 0.44 | 0.05 |
| HSL | 334.52º | 0.89% | 0.59% | - |
| HSV(B) | 334.52º | 0.77% | 0.95% | - |
| XYZ | 42.87 | 23.76 | 25.62 | - |
| YUV | 121.62 | 136.12 | 214.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 57 | 136 | 0 | 0.77 | 0.44 | 0.05 | 334.52 | 0.89 | 0.59 |
| Hex | F3 | 39 | 88 | 0 | 4D | 2C | 5 | 14F | 59 | 3B |
| Octal | 363 | 71 | 210 | 0 | 115 | 54 | 5 | 517 | 131 | 73 |
| Binary | 11110011 | 111001 | 10001000 | 0 | 1001101 | 101100 | 101 | 101001111 | 1011001 | 111011 |
Color Harmonies of #F33988
Complementary color
Monochromatic Colors of #F33988
Black with #F33988
Text Example
Text Example
White with #F33988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33988; }
p { color: rgb(243,57,136); }
H1.HeaderClassName
{
color: #F33988;
}
.AnyTagClassName
{
color: #F33988;
}
</style>
background-color css
<style>
a { background-color: #F33988; }
a { background-color: rgb(243,57,136); }
div.DivClassName
{
background-color: #F33988;
}
.BgClassName
{
background-color: #F33988;
}
</style>
border-color css
<style>
span { border-color: #F33988; }
span { border-color: rgb(243,57,136); }
td.TdClassName
{
border-color: #F33988;
}
.TagClassName
{
border-color: #F33988;
}
</style>