Shades of Violet Red #F3387A
Tints of Violet Red #F3387A
RGB
CMYK
RGB Variations
Color information
#F3387A (or 0xF3387A) is known color: Violet Red. HEX triplet: F3, 38 and 7A. RGB value is (243,56,122). Sum of RGB (Red+Green+Blue) = 243+56+122=421 (55% of max value = 765). Red value is 243 (95.31% from 255 or 57.72% from 421); Green value is 56 (22.27% from 255 or 13.30% from 421); Blue value is 122 (48.05% from 255 or 28.98% from 421); Max value from RGB is 243 - color contains mainly: red. Hex color #F3387A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3387A is #0CC785. Grayscale: #777777. Windows color (decimal): -837510 or 8009971. OLE color: 8009971.
HSL color Cylindrical-coordinate representation of color #F3387A: hue angle of 338.82º 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 #F3387A is Cyan = 0, Magento = 0.77, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 56 | 122 | - |
| CMYK | 0 | 0.77 | 0.50 | 0.05 |
| HSL | 338.82º | 0.89% | 0.59% | - |
| HSV(B) | 338.82º | 0.77% | 0.95% | - |
| XYZ | 41.89 | 23.29 | 20.7 | - |
| YUV | 119.44 | 129.45 | 216.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 56 | 122 | 0 | 0.77 | 0.50 | 0.05 | 338.82 | 0.89 | 0.59 |
| Hex | F3 | 38 | 7A | 0 | 4D | 32 | 5 | 153 | 59 | 3B |
| Octal | 363 | 70 | 172 | 0 | 115 | 62 | 5 | 523 | 131 | 73 |
| Binary | 11110011 | 111000 | 1111010 | 0 | 1001101 | 110010 | 101 | 101010011 | 1011001 | 111011 |
Color Harmonies of #F3387A
Complementary color
Monochromatic Colors of #F3387A
Black with #F3387A
Text Example
Text Example
White with #F3387A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3387A; }
p { color: rgb(243,56,122); }
H1.HeaderClassName
{
color: #F3387A;
}
.AnyTagClassName
{
color: #F3387A;
}
</style>
background-color css
<style>
a { background-color: #F3387A; }
a { background-color: rgb(243,56,122); }
div.DivClassName
{
background-color: #F3387A;
}
.BgClassName
{
background-color: #F3387A;
}
</style>
border-color css
<style>
span { border-color: #F3387A; }
span { border-color: rgb(243,56,122); }
td.TdClassName
{
border-color: #F3387A;
}
.TagClassName
{
border-color: #F3387A;
}
</style>