Shades of Violet Red #F3387C
Tints of Violet Red #F3387C
RGB
CMYK
RGB Variations
Color information
#F3387C (or 0xF3387C) is known color: Violet Red. HEX triplet: F3, 38 and 7C. RGB value is (243,56,124). Sum of RGB (Red+Green+Blue) = 243+56+124=423 (56% of max value = 765). Red value is 243 (95.31% from 255 or 57.45% from 423); Green value is 56 (22.27% from 255 or 13.24% from 423); Blue value is 124 (48.83% from 255 or 29.31% from 423); Max value from RGB is 243 - color contains mainly: red. Hex color #F3387C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3387C is #0CC783. Grayscale: #777777. Windows color (decimal): -837508 or 8141043. OLE color: 8141043.
HSL color Cylindrical-coordinate representation of color #F3387C: hue angle of 338.18º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F3387C is Cyan = 0, Magento = 0.77, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 56 | 124 | - |
| CMYK | 0 | 0.77 | 0.49 | 0.05 |
| HSL | 338.18º | 0.89% | 0.59% | - |
| HSV(B) | 338.18º | 0.77% | 0.95% | - |
| XYZ | 42.01 | 23.34 | 21.36 | - |
| YUV | 119.67 | 130.45 | 215.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 56 | 124 | 0 | 0.77 | 0.49 | 0.05 | 338.18 | 0.89 | 0.59 |
| Hex | F3 | 38 | 7C | 0 | 4D | 31 | 5 | 152 | 59 | 3B |
| Octal | 363 | 70 | 174 | 0 | 115 | 61 | 5 | 522 | 131 | 73 |
| Binary | 11110011 | 111000 | 1111100 | 0 | 1001101 | 110001 | 101 | 101010010 | 1011001 | 111011 |
Color Harmonies of #F3387C
Complementary color
Monochromatic Colors of #F3387C
Black with #F3387C
Text Example
Text Example
White with #F3387C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3387C; }
p { color: rgb(243,56,124); }
H1.HeaderClassName
{
color: #F3387C;
}
.AnyTagClassName
{
color: #F3387C;
}
</style>
background-color css
<style>
a { background-color: #F3387C; }
a { background-color: rgb(243,56,124); }
div.DivClassName
{
background-color: #F3387C;
}
.BgClassName
{
background-color: #F3387C;
}
</style>
border-color css
<style>
span { border-color: #F3387C; }
span { border-color: rgb(243,56,124); }
td.TdClassName
{
border-color: #F3387C;
}
.TagClassName
{
border-color: #F3387C;
}
</style>