Shades of Violet Red #F34289
Tints of Violet Red #F34289
RGB
CMYK
RGB Variations
Color information
#F34289 (or 0xF34289) is known color: Violet Red. HEX triplet: F3, 42 and 89. RGB value is (243,66,137). Sum of RGB (Red+Green+Blue) = 243+66+137=446 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54.48% from 446); Green value is 66 (26.17% from 255 or 14.80% from 446); Blue value is 137 (53.91% from 255 or 30.72% from 446); Max value from RGB is 243 - color contains mainly: red. Hex color #F34289 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F34289 is #0CBD76. Grayscale: #7E7E7E. Windows color (decimal): -834935 or 8995571. OLE color: 8995571.
HSL color Cylindrical-coordinate representation of color #F34289: hue angle of 335.93º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F34289 is Cyan = 0, Magento = 0.73, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 66 | 137 | - |
| CMYK | 0 | 0.73 | 0.44 | 0.05 |
| HSL | 335.93º | 0.88% | 0.61% | - |
| HSV(B) | 335.93º | 0.73% | 0.95% | - |
| XYZ | 43.43 | 24.76 | 26.16 | - |
| YUV | 127.02 | 133.64 | 210.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 66 | 137 | 0 | 0.73 | 0.44 | 0.05 | 335.93 | 0.88 | 0.61 |
| Hex | F3 | 42 | 89 | 0 | 49 | 2C | 5 | 150 | 58 | 3D |
| Octal | 363 | 102 | 211 | 0 | 111 | 54 | 5 | 520 | 130 | 75 |
| Binary | 11110011 | 1000010 | 10001001 | 0 | 1001001 | 101100 | 101 | 101010000 | 1011000 | 111101 |
Color Harmonies of #F34289
Complementary color
Monochromatic Colors of #F34289
Black with #F34289
Text Example
Text Example
White with #F34289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34289; }
p { color: rgb(243,66,137); }
H1.HeaderClassName
{
color: #F34289;
}
.AnyTagClassName
{
color: #F34289;
}
</style>
background-color css
<style>
a { background-color: #F34289; }
a { background-color: rgb(243,66,137); }
div.DivClassName
{
background-color: #F34289;
}
.BgClassName
{
background-color: #F34289;
}
</style>
border-color css
<style>
span { border-color: #F34289; }
span { border-color: rgb(243,66,137); }
td.TdClassName
{
border-color: #F34289;
}
.TagClassName
{
border-color: #F34289;
}
</style>