Shades of Violet Red #F3398D
Tints of Violet Red #F3398D
RGB
CMYK
RGB Variations
Color information
#F3398D (or 0xF3398D) is known color: Violet Red. HEX triplet: F3, 39 and 8D. RGB value is (243,57,141). Sum of RGB (Red+Green+Blue) = 243+57+141=441 (58% of max value = 765). Red value is 243 (95.31% from 255 or 55.10% from 441); Green value is 57 (22.66% from 255 or 12.93% from 441); Blue value is 141 (55.47% from 255 or 31.97% from 441); Max value from RGB is 243 - color contains mainly: red. Hex color #F3398D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F3398D is #0CC672. Grayscale: #7A7A7A. Windows color (decimal): -837235 or 9255411. OLE color: 9255411.
HSL color Cylindrical-coordinate representation of color #F3398D: hue angle of 332.9º 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 #F3398D is Cyan = 0, Magento = 0.77, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 57 | 141 | - |
| CMYK | 0 | 0.77 | 0.42 | 0.05 |
| HSL | 332.9º | 0.89% | 0.59% | - |
| HSV(B) | 332.9º | 0.77% | 0.95% | - |
| XYZ | 43.23 | 23.9 | 27.53 | - |
| YUV | 122.19 | 138.62 | 214.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 57 | 141 | 0 | 0.77 | 0.42 | 0.05 | 332.9 | 0.89 | 0.59 |
| Hex | F3 | 39 | 8D | 0 | 4D | 2A | 5 | 14D | 59 | 3B |
| Octal | 363 | 71 | 215 | 0 | 115 | 52 | 5 | 515 | 131 | 73 |
| Binary | 11110011 | 111001 | 10001101 | 0 | 1001101 | 101010 | 101 | 101001101 | 1011001 | 111011 |
Color Harmonies of #F3398D
Complementary color
Monochromatic Colors of #F3398D
Black with #F3398D
Text Example
Text Example
White with #F3398D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3398D; }
p { color: rgb(243,57,141); }
H1.HeaderClassName
{
color: #F3398D;
}
.AnyTagClassName
{
color: #F3398D;
}
</style>
background-color css
<style>
a { background-color: #F3398D; }
a { background-color: rgb(243,57,141); }
div.DivClassName
{
background-color: #F3398D;
}
.BgClassName
{
background-color: #F3398D;
}
</style>
border-color css
<style>
span { border-color: #F3398D; }
span { border-color: rgb(243,57,141); }
td.TdClassName
{
border-color: #F3398D;
}
.TagClassName
{
border-color: #F3398D;
}
</style>