Shades of Violet Red #F33575
Tints of Violet Red #F33575
RGB
CMYK
RGB Variations
Color information
#F33575 (or 0xF33575) is known color: Violet Red. HEX triplet: F3, 35 and 75. RGB value is (243,53,117). Sum of RGB (Red+Green+Blue) = 243+53+117=413 (54% of max value = 765). Red value is 243 (95.31% from 255 or 58.84% from 413); Green value is 53 (21.09% from 255 or 12.83% from 413); Blue value is 117 (46.09% from 255 or 28.33% from 413); Max value from RGB is 243 - color contains mainly: red. Hex color #F33575 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F33575 is #0CCA8A. Grayscale: #757575. Windows color (decimal): -838283 or 7681523. OLE color: 7681523.
HSL color Cylindrical-coordinate representation of color #F33575: hue angle of 339.79º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F33575 is Cyan = 0, Magento = 0.78, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 53 | 117 | - |
| CMYK | 0 | 0.78 | 0.52 | 0.05 |
| HSL | 339.79º | 0.89% | 0.58% | - |
| HSV(B) | 339.79º | 0.78% | 0.95% | - |
| XYZ | 41.45 | 22.89 | 19.06 | - |
| YUV | 117.11 | 127.95 | 217.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 53 | 117 | 0 | 0.78 | 0.52 | 0.05 | 339.79 | 0.89 | 0.58 |
| Hex | F3 | 35 | 75 | 0 | 4E | 34 | 5 | 154 | 59 | 3A |
| Octal | 363 | 65 | 165 | 0 | 116 | 64 | 5 | 524 | 131 | 72 |
| Binary | 11110011 | 110101 | 1110101 | 0 | 1001110 | 110100 | 101 | 101010100 | 1011001 | 111010 |
Color Harmonies of #F33575
Complementary color
Monochromatic Colors of #F33575
Black with #F33575
Text Example
Text Example
White with #F33575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33575; }
p { color: rgb(243,53,117); }
H1.HeaderClassName
{
color: #F33575;
}
.AnyTagClassName
{
color: #F33575;
}
</style>
background-color css
<style>
a { background-color: #F33575; }
a { background-color: rgb(243,53,117); }
div.DivClassName
{
background-color: #F33575;
}
.BgClassName
{
background-color: #F33575;
}
</style>
border-color css
<style>
span { border-color: #F33575; }
span { border-color: rgb(243,53,117); }
td.TdClassName
{
border-color: #F33575;
}
.TagClassName
{
border-color: #F33575;
}
</style>