Shades of Violet Red #F3358B
Tints of Violet Red #F3358B
RGB
CMYK
RGB Variations
Color information
#F3358B (or 0xF3358B) is known color: Violet Red. HEX triplet: F3, 35 and 8B. RGB value is (243,53,139). Sum of RGB (Red+Green+Blue) = 243+53+139=435 (57% of max value = 765). Red value is 243 (95.31% from 255 or 55.86% from 435); Green value is 53 (21.09% from 255 or 12.18% from 435); Blue value is 139 (54.69% from 255 or 31.95% from 435); Max value from RGB is 243 - color contains mainly: red. Hex color #F3358B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F3358B is #0CCA74. Grayscale: #777777. Windows color (decimal): -838261 or 9123315. OLE color: 9123315.
HSL color Cylindrical-coordinate representation of color #F3358B: hue angle of 332.84º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F3358B is Cyan = 0, Magento = 0.78, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 53 | 139 | - |
| CMYK | 0 | 0.78 | 0.43 | 0.05 |
| HSL | 332.84º | 0.89% | 0.58% | - |
| HSV(B) | 332.84º | 0.78% | 0.95% | - |
| XYZ | 42.9 | 23.46 | 26.69 | - |
| YUV | 119.61 | 138.95 | 216.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 53 | 139 | 0 | 0.78 | 0.43 | 0.05 | 332.84 | 0.89 | 0.58 |
| Hex | F3 | 35 | 8B | 0 | 4E | 2B | 5 | 14D | 59 | 3A |
| Octal | 363 | 65 | 213 | 0 | 116 | 53 | 5 | 515 | 131 | 72 |
| Binary | 11110011 | 110101 | 10001011 | 0 | 1001110 | 101011 | 101 | 101001101 | 1011001 | 111010 |
Color Harmonies of #F3358B
Complementary color
Monochromatic Colors of #F3358B
Black with #F3358B
Text Example
Text Example
White with #F3358B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3358B; }
p { color: rgb(243,53,139); }
H1.HeaderClassName
{
color: #F3358B;
}
.AnyTagClassName
{
color: #F3358B;
}
</style>
background-color css
<style>
a { background-color: #F3358B; }
a { background-color: rgb(243,53,139); }
div.DivClassName
{
background-color: #F3358B;
}
.BgClassName
{
background-color: #F3358B;
}
</style>
border-color css
<style>
span { border-color: #F3358B; }
span { border-color: rgb(243,53,139); }
td.TdClassName
{
border-color: #F3358B;
}
.TagClassName
{
border-color: #F3358B;
}
</style>