Shades of Violet Red #F3398B
Tints of Violet Red #F3398B
RGB
CMYK
RGB Variations
Color information
#F3398B (or 0xF3398B) is known color: Violet Red. HEX triplet: F3, 39 and 8B. RGB value is (243,57,139). Sum of RGB (Red+Green+Blue) = 243+57+139=439 (58% of max value = 765). Red value is 243 (95.31% from 255 or 55.35% from 439); Green value is 57 (22.66% from 255 or 12.98% from 439); Blue value is 139 (54.69% from 255 or 31.66% from 439); Max value from RGB is 243 - color contains mainly: red. Hex color #F3398B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F3398B is #0CC674. Grayscale: #797979. Windows color (decimal): -837237 or 9124339. OLE color: 9124339.
HSL color Cylindrical-coordinate representation of color #F3398B: hue angle of 333.55º 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 #F3398B is Cyan = 0, Magento = 0.77, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 57 | 139 | - |
| CMYK | 0 | 0.77 | 0.43 | 0.05 |
| HSL | 333.55º | 0.89% | 0.59% | - |
| HSV(B) | 333.55º | 0.77% | 0.95% | - |
| XYZ | 43.09 | 23.85 | 26.76 | - |
| YUV | 121.96 | 137.62 | 214.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 57 | 139 | 0 | 0.77 | 0.43 | 0.05 | 333.55 | 0.89 | 0.59 |
| Hex | F3 | 39 | 8B | 0 | 4D | 2B | 5 | 14E | 59 | 3B |
| Octal | 363 | 71 | 213 | 0 | 115 | 53 | 5 | 516 | 131 | 73 |
| Binary | 11110011 | 111001 | 10001011 | 0 | 1001101 | 101011 | 101 | 101001110 | 1011001 | 111011 |
Color Harmonies of #F3398B
Complementary color
Monochromatic Colors of #F3398B
Black with #F3398B
Text Example
Text Example
White with #F3398B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3398B; }
p { color: rgb(243,57,139); }
H1.HeaderClassName
{
color: #F3398B;
}
.AnyTagClassName
{
color: #F3398B;
}
</style>
background-color css
<style>
a { background-color: #F3398B; }
a { background-color: rgb(243,57,139); }
div.DivClassName
{
background-color: #F3398B;
}
.BgClassName
{
background-color: #F3398B;
}
</style>
border-color css
<style>
span { border-color: #F3398B; }
span { border-color: rgb(243,57,139); }
td.TdClassName
{
border-color: #F3398B;
}
.TagClassName
{
border-color: #F3398B;
}
</style>