Shades of Violet Red #F34089
Tints of Violet Red #F34089
RGB
CMYK
RGB Variations
Color information
#F34089 (or 0xF34089) is known color: Violet Red. HEX triplet: F3, 40 and 89. RGB value is (243,64,137). Sum of RGB (Red+Green+Blue) = 243+64+137=444 (58% of max value = 765). Red value is 243 (95.31% from 255 or 54.73% from 444); Green value is 64 (25.39% from 255 or 14.41% from 444); Blue value is 137 (53.91% from 255 or 30.86% from 444); Max value from RGB is 243 - color contains mainly: red. Hex color #F34089 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F34089 is #0CBF76. Grayscale: #7D7D7D. Windows color (decimal): -835447 or 8995059. OLE color: 8995059.
HSL color Cylindrical-coordinate representation of color #F34089: hue angle of 335.53º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F34089 is Cyan = 0, Magento = 0.74, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 64 | 137 | - |
| CMYK | 0 | 0.74 | 0.44 | 0.05 |
| HSL | 335.53º | 0.88% | 0.6% | - |
| HSV(B) | 335.53º | 0.74% | 0.95% | - |
| XYZ | 43.31 | 24.53 | 26.12 | - |
| YUV | 125.84 | 134.3 | 211.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 64 | 137 | 0 | 0.74 | 0.44 | 0.05 | 335.53 | 0.88 | 0.6 |
| Hex | F3 | 40 | 89 | 0 | 4A | 2C | 5 | 150 | 58 | 3C |
| Octal | 363 | 100 | 211 | 0 | 112 | 54 | 5 | 520 | 130 | 74 |
| Binary | 11110011 | 1000000 | 10001001 | 0 | 1001010 | 101100 | 101 | 101010000 | 1011000 | 111100 |
Color Harmonies of #F34089
Complementary color
Monochromatic Colors of #F34089
Black with #F34089
Text Example
Text Example
White with #F34089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34089; }
p { color: rgb(243,64,137); }
H1.HeaderClassName
{
color: #F34089;
}
.AnyTagClassName
{
color: #F34089;
}
</style>
background-color css
<style>
a { background-color: #F34089; }
a { background-color: rgb(243,64,137); }
div.DivClassName
{
background-color: #F34089;
}
.BgClassName
{
background-color: #F34089;
}
</style>
border-color css
<style>
span { border-color: #F34089; }
span { border-color: rgb(243,64,137); }
td.TdClassName
{
border-color: #F34089;
}
.TagClassName
{
border-color: #F34089;
}
</style>