Shades of Violet Red #F33381
Tints of Violet Red #F33381
RGB
CMYK
RGB Variations
Color information
#F33381 (or 0xF33381) is known color: Violet Red. HEX triplet: F3, 33 and 81. RGB value is (243,51,129). Sum of RGB (Red+Green+Blue) = 243+51+129=423 (56% of max value = 765). Red value is 243 (95.31% from 255 or 57.45% from 423); Green value is 51 (20.31% from 255 or 12.06% from 423); Blue value is 129 (50.78% from 255 or 30.50% from 423); Max value from RGB is 243 - color contains mainly: red. Hex color #F33381 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F33381 is #0CCC7E. Grayscale: #757575. Windows color (decimal): -838783 or 8467443. OLE color: 8467443.
HSL color Cylindrical-coordinate representation of color #F33381: hue angle of 335.62º 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 #F33381 is Cyan = 0, Magento = 0.79, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 51 | 129 | - |
| CMYK | 0 | 0.79 | 0.47 | 0.05 |
| HSL | 335.63º | 0.89% | 0.58% | - |
| HSV(B) | 335.63º | 0.79% | 0.95% | - |
| XYZ | 42.11 | 23.01 | 22.99 | - |
| YUV | 117.3 | 134.61 | 217.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 51 | 129 | 0 | 0.79 | 0.47 | 0.05 | 335.63 | 0.89 | 0.58 |
| Hex | F3 | 33 | 81 | 0 | 4F | 2F | 5 | 150 | 59 | 3A |
| Octal | 363 | 63 | 201 | 0 | 117 | 57 | 5 | 520 | 131 | 72 |
| Binary | 11110011 | 110011 | 10000001 | 0 | 1001111 | 101111 | 101 | 101010000 | 1011001 | 111010 |
Color Harmonies of #F33381
Complementary color
Monochromatic Colors of #F33381
Black with #F33381
Text Example
Text Example
White with #F33381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33381; }
p { color: rgb(243,51,129); }
H1.HeaderClassName
{
color: #F33381;
}
.AnyTagClassName
{
color: #F33381;
}
</style>
background-color css
<style>
a { background-color: #F33381; }
a { background-color: rgb(243,51,129); }
div.DivClassName
{
background-color: #F33381;
}
.BgClassName
{
background-color: #F33381;
}
</style>
border-color css
<style>
span { border-color: #F33381; }
span { border-color: rgb(243,51,129); }
td.TdClassName
{
border-color: #F33381;
}
.TagClassName
{
border-color: #F33381;
}
</style>