Shades of Violet Red #F33C75
Tints of Violet Red #F33C75
RGB
CMYK
RGB Variations
Color information
#F33C75 (or 0xF33C75) is known color: Violet Red. HEX triplet: F3, 3C and 75. RGB value is (243,60,117). Sum of RGB (Red+Green+Blue) = 243+60+117=420 (55% of max value = 765). Red value is 243 (95.31% from 255 or 57.86% from 420); Green value is 60 (23.83% from 255 or 14.29% from 420); Blue value is 117 (46.09% from 255 or 27.86% from 420); Max value from RGB is 243 - color contains mainly: red. Hex color #F33C75 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F33C75 is #0CC38A. Grayscale: #797979. Windows color (decimal): -836491 or 7683315. OLE color: 7683315.
HSL color Cylindrical-coordinate representation of color #F33C75: hue angle of 341.31º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F33C75 is Cyan = 0, Magento = 0.75, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 60 | 117 | - |
| CMYK | 0 | 0.75 | 0.52 | 0.05 |
| HSL | 341.31º | 0.88% | 0.59% | - |
| HSV(B) | 341.31º | 0.75% | 0.95% | - |
| XYZ | 41.79 | 23.57 | 19.18 | - |
| YUV | 121.22 | 125.63 | 214.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 60 | 117 | 0 | 0.75 | 0.52 | 0.05 | 341.31 | 0.88 | 0.59 |
| Hex | F3 | 3C | 75 | 0 | 4B | 34 | 5 | 155 | 58 | 3B |
| Octal | 363 | 74 | 165 | 0 | 113 | 64 | 5 | 525 | 130 | 73 |
| Binary | 11110011 | 111100 | 1110101 | 0 | 1001011 | 110100 | 101 | 101010101 | 1011000 | 111011 |
Color Harmonies of #F33C75
Complementary color
Monochromatic Colors of #F33C75
Black with #F33C75
Text Example
Text Example
White with #F33C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33C75; }
p { color: rgb(243,60,117); }
H1.HeaderClassName
{
color: #F33C75;
}
.AnyTagClassName
{
color: #F33C75;
}
</style>
background-color css
<style>
a { background-color: #F33C75; }
a { background-color: rgb(243,60,117); }
div.DivClassName
{
background-color: #F33C75;
}
.BgClassName
{
background-color: #F33C75;
}
</style>
border-color css
<style>
span { border-color: #F33C75; }
span { border-color: rgb(243,60,117); }
td.TdClassName
{
border-color: #F33C75;
}
.TagClassName
{
border-color: #F33C75;
}
</style>