Shades of Violet Red #F3337C
Tints of Violet Red #F3337C
RGB
CMYK
RGB Variations
Color information
#F3337C (or 0xF3337C) is known color: Violet Red. HEX triplet: F3, 33 and 7C. RGB value is (243,51,124). Sum of RGB (Red+Green+Blue) = 243+51+124=418 (55% of max value = 765). Red value is 243 (95.31% from 255 or 58.13% from 418); Green value is 51 (20.31% from 255 or 12.20% from 418); Blue value is 124 (48.83% from 255 or 29.67% from 418); Max value from RGB is 243 - color contains mainly: red. Hex color #F3337C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3337C is #0CCC83. Grayscale: #747474. Windows color (decimal): -838788 or 8139763. OLE color: 8139763.
HSL color Cylindrical-coordinate representation of color #F3337C: hue angle of 337.19º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F3337C is Cyan = 0, Magento = 0.79, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 51 | 124 | - |
| CMYK | 0 | 0.79 | 0.49 | 0.05 |
| HSL | 337.19º | 0.89% | 0.58% | - |
| HSV(B) | 337.19º | 0.79% | 0.95% | - |
| XYZ | 41.78 | 22.88 | 21.28 | - |
| YUV | 116.73 | 132.11 | 218.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 51 | 124 | 0 | 0.79 | 0.49 | 0.05 | 337.19 | 0.89 | 0.58 |
| Hex | F3 | 33 | 7C | 0 | 4F | 31 | 5 | 151 | 59 | 3A |
| Octal | 363 | 63 | 174 | 0 | 117 | 61 | 5 | 521 | 131 | 72 |
| Binary | 11110011 | 110011 | 1111100 | 0 | 1001111 | 110001 | 101 | 101010001 | 1011001 | 111010 |
Color Harmonies of #F3337C
Complementary color
Monochromatic Colors of #F3337C
Black with #F3337C
Text Example
Text Example
White with #F3337C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3337C; }
p { color: rgb(243,51,124); }
H1.HeaderClassName
{
color: #F3337C;
}
.AnyTagClassName
{
color: #F3337C;
}
</style>
background-color css
<style>
a { background-color: #F3337C; }
a { background-color: rgb(243,51,124); }
div.DivClassName
{
background-color: #F3337C;
}
.BgClassName
{
background-color: #F3337C;
}
</style>
border-color css
<style>
span { border-color: #F3337C; }
span { border-color: rgb(243,51,124); }
td.TdClassName
{
border-color: #F3337C;
}
.TagClassName
{
border-color: #F3337C;
}
</style>