Shades of Violet Red #F33D84
Tints of Violet Red #F33D84
RGB
CMYK
RGB Variations
Color information
#F33D84 (or 0xF33D84) is known color: Violet Red. HEX triplet: F3, 3D and 84. RGB value is (243,61,132). Sum of RGB (Red+Green+Blue) = 243+61+132=436 (57% of max value = 765). Red value is 243 (95.31% from 255 or 55.73% from 436); Green value is 61 (24.22% from 255 or 13.99% from 436); Blue value is 132 (51.95% from 255 or 30.28% from 436); Max value from RGB is 243 - color contains mainly: red. Hex color #F33D84 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F33D84 is #0CC27B. Grayscale: #7B7B7B. Windows color (decimal): -836220 or 8666611. OLE color: 8666611.
HSL color Cylindrical-coordinate representation of color #F33D84: hue angle of 336.59º 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 #F33D84 is Cyan = 0, Magento = 0.75, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 61 | 132 | - |
| CMYK | 0 | 0.75 | 0.46 | 0.05 |
| HSL | 336.59º | 0.88% | 0.6% | - |
| HSV(B) | 336.59º | 0.75% | 0.95% | - |
| XYZ | 42.8 | 24.06 | 24.22 | - |
| YUV | 123.51 | 132.8 | 213.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 61 | 132 | 0 | 0.75 | 0.46 | 0.05 | 336.59 | 0.88 | 0.6 |
| Hex | F3 | 3D | 84 | 0 | 4B | 2E | 5 | 151 | 58 | 3C |
| Octal | 363 | 75 | 204 | 0 | 113 | 56 | 5 | 521 | 130 | 74 |
| Binary | 11110011 | 111101 | 10000100 | 0 | 1001011 | 101110 | 101 | 101010001 | 1011000 | 111100 |
Color Harmonies of #F33D84
Complementary color
Monochromatic Colors of #F33D84
Black with #F33D84
Text Example
Text Example
White with #F33D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33D84; }
p { color: rgb(243,61,132); }
H1.HeaderClassName
{
color: #F33D84;
}
.AnyTagClassName
{
color: #F33D84;
}
</style>
background-color css
<style>
a { background-color: #F33D84; }
a { background-color: rgb(243,61,132); }
div.DivClassName
{
background-color: #F33D84;
}
.BgClassName
{
background-color: #F33D84;
}
</style>
border-color css
<style>
span { border-color: #F33D84; }
span { border-color: rgb(243,61,132); }
td.TdClassName
{
border-color: #F33D84;
}
.TagClassName
{
border-color: #F33D84;
}
</style>