Shades of Violet Red #F33C92
Tints of Violet Red #F33C92
RGB
CMYK
RGB Variations
Color information
#F33C92 (or 0xF33C92) is known color: Violet Red. HEX triplet: F3, 3C and 92. RGB value is (243,60,146). Sum of RGB (Red+Green+Blue) = 243+60+146=449 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54.12% from 449); Green value is 60 (23.83% from 255 or 13.36% from 449); Blue value is 146 (57.42% from 255 or 32.52% from 449); Max value from RGB is 243 - color contains mainly: red. Hex color #F33C92 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F33C92 is #0CC36D. Grayscale: #7C7C7C. Windows color (decimal): -836462 or 9583859. OLE color: 9583859.
HSL color Cylindrical-coordinate representation of color #F33C92: hue angle of 331.8º 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 #F33C92 is Cyan = 0, Magento = 0.75, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 60 | 146 | - |
| CMYK | 0 | 0.75 | 0.40 | 0.05 |
| HSL | 331.8º | 0.88% | 0.59% | - |
| HSV(B) | 331.8º | 0.75% | 0.95% | - |
| XYZ | 43.77 | 24.36 | 29.59 | - |
| YUV | 124.52 | 140.13 | 212.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 60 | 146 | 0 | 0.75 | 0.40 | 0.05 | 331.8 | 0.88 | 0.59 |
| Hex | F3 | 3C | 92 | 0 | 4B | 28 | 5 | 14C | 58 | 3B |
| Octal | 363 | 74 | 222 | 0 | 113 | 50 | 5 | 514 | 130 | 73 |
| Binary | 11110011 | 111100 | 10010010 | 0 | 1001011 | 101000 | 101 | 101001100 | 1011000 | 111011 |
Color Harmonies of #F33C92
Complementary color
Monochromatic Colors of #F33C92
Black with #F33C92
Text Example
Text Example
White with #F33C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33C92; }
p { color: rgb(243,60,146); }
H1.HeaderClassName
{
color: #F33C92;
}
.AnyTagClassName
{
color: #F33C92;
}
</style>
background-color css
<style>
a { background-color: #F33C92; }
a { background-color: rgb(243,60,146); }
div.DivClassName
{
background-color: #F33C92;
}
.BgClassName
{
background-color: #F33C92;
}
</style>
border-color css
<style>
span { border-color: #F33C92; }
span { border-color: rgb(243,60,146); }
td.TdClassName
{
border-color: #F33C92;
}
.TagClassName
{
border-color: #F33C92;
}
</style>