Shades of Violet Red #F3387D
Tints of Violet Red #F3387D
RGB
CMYK
RGB Variations
Color information
#F3387D (or 0xF3387D) is known color: Violet Red. HEX triplet: F3, 38 and 7D. RGB value is (243,56,125). Sum of RGB (Red+Green+Blue) = 243+56+125=424 (56% of max value = 765). Red value is 243 (95.31% from 255 or 57.31% from 424); Green value is 56 (22.27% from 255 or 13.21% from 424); Blue value is 125 (49.22% from 255 or 29.48% from 424); Max value from RGB is 243 - color contains mainly: red. Hex color #F3387D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3387D is #0CC782. Grayscale: #777777. Windows color (decimal): -837507 or 8206579. OLE color: 8206579.
HSL color Cylindrical-coordinate representation of color #F3387D: hue angle of 337.86º 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 #F3387D is Cyan = 0, Magento = 0.77, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 56 | 125 | - |
| CMYK | 0 | 0.77 | 0.49 | 0.05 |
| HSL | 337.86º | 0.89% | 0.59% | - |
| HSV(B) | 337.86º | 0.77% | 0.95% | - |
| XYZ | 42.08 | 23.36 | 21.69 | - |
| YUV | 119.78 | 130.95 | 215.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 56 | 125 | 0 | 0.77 | 0.49 | 0.05 | 337.86 | 0.89 | 0.59 |
| Hex | F3 | 38 | 7D | 0 | 4D | 31 | 5 | 152 | 59 | 3B |
| Octal | 363 | 70 | 175 | 0 | 115 | 61 | 5 | 522 | 131 | 73 |
| Binary | 11110011 | 111000 | 1111101 | 0 | 1001101 | 110001 | 101 | 101010010 | 1011001 | 111011 |
Color Harmonies of #F3387D
Complementary color
Monochromatic Colors of #F3387D
Black with #F3387D
Text Example
Text Example
White with #F3387D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3387D; }
p { color: rgb(243,56,125); }
H1.HeaderClassName
{
color: #F3387D;
}
.AnyTagClassName
{
color: #F3387D;
}
</style>
background-color css
<style>
a { background-color: #F3387D; }
a { background-color: rgb(243,56,125); }
div.DivClassName
{
background-color: #F3387D;
}
.BgClassName
{
background-color: #F3387D;
}
</style>
border-color css
<style>
span { border-color: #F3387D; }
span { border-color: rgb(243,56,125); }
td.TdClassName
{
border-color: #F3387D;
}
.TagClassName
{
border-color: #F3387D;
}
</style>