Shades of Violet Red #F3398A
Tints of Violet Red #F3398A
RGB
CMYK
RGB Variations
Color information
#F3398A (or 0xF3398A) is known color: Violet Red. HEX triplet: F3, 39 and 8A. RGB value is (243,57,138). Sum of RGB (Red+Green+Blue) = 243+57+138=438 (58% of max value = 765). Red value is 243 (95.31% from 255 or 55.48% from 438); Green value is 57 (22.66% from 255 or 13.01% from 438); Blue value is 138 (54.30% from 255 or 31.51% from 438); Max value from RGB is 243 - color contains mainly: red. Hex color #F3398A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F3398A is #0CC675. Grayscale: #797979. Windows color (decimal): -837238 or 9058803. OLE color: 9058803.
HSL color Cylindrical-coordinate representation of color #F3398A: hue angle of 333.87º 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 #F3398A is Cyan = 0, Magento = 0.77, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 57 | 138 | - |
| CMYK | 0 | 0.77 | 0.43 | 0.05 |
| HSL | 333.87º | 0.89% | 0.59% | - |
| HSV(B) | 333.87º | 0.77% | 0.95% | - |
| XYZ | 43.01 | 23.82 | 26.37 | - |
| YUV | 121.85 | 137.12 | 214.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 57 | 138 | 0 | 0.77 | 0.43 | 0.05 | 333.87 | 0.89 | 0.59 |
| Hex | F3 | 39 | 8A | 0 | 4D | 2B | 5 | 14E | 59 | 3B |
| Octal | 363 | 71 | 212 | 0 | 115 | 53 | 5 | 516 | 131 | 73 |
| Binary | 11110011 | 111001 | 10001010 | 0 | 1001101 | 101011 | 101 | 101001110 | 1011001 | 111011 |
Color Harmonies of #F3398A
Complementary color
Monochromatic Colors of #F3398A
Black with #F3398A
Text Example
Text Example
White with #F3398A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3398A; }
p { color: rgb(243,57,138); }
H1.HeaderClassName
{
color: #F3398A;
}
.AnyTagClassName
{
color: #F3398A;
}
</style>
background-color css
<style>
a { background-color: #F3398A; }
a { background-color: rgb(243,57,138); }
div.DivClassName
{
background-color: #F3398A;
}
.BgClassName
{
background-color: #F3398A;
}
</style>
border-color css
<style>
span { border-color: #F3398A; }
span { border-color: rgb(243,57,138); }
td.TdClassName
{
border-color: #F3398A;
}
.TagClassName
{
border-color: #F3398A;
}
</style>