Shades of Violet Red #F33A7C
Tints of Violet Red #F33A7C
RGB
CMYK
RGB Variations
Color information
#F33A7C (or 0xF33A7C) is known color: Violet Red. HEX triplet: F3, 3A and 7C. RGB value is (243,58,124). Sum of RGB (Red+Green+Blue) = 243+58+124=425 (56% of max value = 765). Red value is 243 (95.31% from 255 or 57.18% from 425); Green value is 58 (23.05% from 255 or 13.65% from 425); Blue value is 124 (48.83% from 255 or 29.18% from 425); Max value from RGB is 243 - color contains mainly: red. Hex color #F33A7C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F33A7C is #0CC583. Grayscale: #787878. Windows color (decimal): -836996 or 8141555. OLE color: 8141555.
HSL color Cylindrical-coordinate representation of color #F33A7C: hue angle of 338.59º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F33A7C is Cyan = 0, Magento = 0.76, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 58 | 124 | - |
| CMYK | 0 | 0.76 | 0.49 | 0.05 |
| HSL | 338.59º | 0.89% | 0.59% | - |
| HSV(B) | 338.59º | 0.76% | 0.95% | - |
| XYZ | 42.11 | 23.54 | 21.39 | - |
| YUV | 120.84 | 129.79 | 215.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 58 | 124 | 0 | 0.76 | 0.49 | 0.05 | 338.59 | 0.89 | 0.59 |
| Hex | F3 | 3A | 7C | 0 | 4C | 31 | 5 | 153 | 59 | 3B |
| Octal | 363 | 72 | 174 | 0 | 114 | 61 | 5 | 523 | 131 | 73 |
| Binary | 11110011 | 111010 | 1111100 | 0 | 1001100 | 110001 | 101 | 101010011 | 1011001 | 111011 |
Color Harmonies of #F33A7C
Complementary color
Monochromatic Colors of #F33A7C
Black with #F33A7C
Text Example
Text Example
White with #F33A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33A7C; }
p { color: rgb(243,58,124); }
H1.HeaderClassName
{
color: #F33A7C;
}
.AnyTagClassName
{
color: #F33A7C;
}
</style>
background-color css
<style>
a { background-color: #F33A7C; }
a { background-color: rgb(243,58,124); }
div.DivClassName
{
background-color: #F33A7C;
}
.BgClassName
{
background-color: #F33A7C;
}
</style>
border-color css
<style>
span { border-color: #F33A7C; }
span { border-color: rgb(243,58,124); }
td.TdClassName
{
border-color: #F33A7C;
}
.TagClassName
{
border-color: #F33A7C;
}
</style>