Shades of Violet Red #F34190
Tints of Violet Red #F34190
RGB
CMYK
RGB Variations
Color information
#F34190 (or 0xF34190) is known color: Violet Red. HEX triplet: F3, 41 and 90. RGB value is (243,65,144). Sum of RGB (Red+Green+Blue) = 243+65+144=452 (59% of max value = 765). Red value is 243 (95.31% from 255 or 53.76% from 452); Green value is 65 (25.78% from 255 or 14.38% from 452); Blue value is 144 (56.64% from 255 or 31.86% from 452); Max value from RGB is 243 - color contains mainly: red. Hex color #F34190 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F34190 is #0CBE6F. Grayscale: #7F7F7F. Windows color (decimal): -835184 or 9454067. OLE color: 9454067.
HSL color Cylindrical-coordinate representation of color #F34190: hue angle of 333.37º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F34190 is Cyan = 0, Magento = 0.73, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 65 | 144 | - |
| CMYK | 0 | 0.73 | 0.41 | 0.05 |
| HSL | 333.37º | 0.88% | 0.6% | - |
| HSV(B) | 333.37º | 0.73% | 0.95% | - |
| XYZ | 43.89 | 24.85 | 28.87 | - |
| YUV | 127.23 | 137.47 | 210.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 65 | 144 | 0 | 0.73 | 0.41 | 0.05 | 333.37 | 0.88 | 0.6 |
| Hex | F3 | 41 | 90 | 0 | 49 | 29 | 5 | 14D | 58 | 3C |
| Octal | 363 | 101 | 220 | 0 | 111 | 51 | 5 | 515 | 130 | 74 |
| Binary | 11110011 | 1000001 | 10010000 | 0 | 1001001 | 101001 | 101 | 101001101 | 1011000 | 111100 |
Color Harmonies of #F34190
Complementary color
Monochromatic Colors of #F34190
Black with #F34190
Text Example
Text Example
White with #F34190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34190; }
p { color: rgb(243,65,144); }
H1.HeaderClassName
{
color: #F34190;
}
.AnyTagClassName
{
color: #F34190;
}
</style>
background-color css
<style>
a { background-color: #F34190; }
a { background-color: rgb(243,65,144); }
div.DivClassName
{
background-color: #F34190;
}
.BgClassName
{
background-color: #F34190;
}
</style>
border-color css
<style>
span { border-color: #F34190; }
span { border-color: rgb(243,65,144); }
td.TdClassName
{
border-color: #F34190;
}
.TagClassName
{
border-color: #F34190;
}
</style>