Shades of Violet Red #F34076
Tints of Violet Red #F34076
RGB
CMYK
RGB Variations
Color information
#F34076 (or 0xF34076) is known color: Violet Red. HEX triplet: F3, 40 and 76. RGB value is (243,64,118). Sum of RGB (Red+Green+Blue) = 243+64+118=425 (56% of max value = 765). Red value is 243 (95.31% from 255 or 57.18% from 425); Green value is 64 (25.39% from 255 or 15.06% from 425); Blue value is 118 (46.48% from 255 or 27.76% from 425); Max value from RGB is 243 - color contains mainly: red. Hex color #F34076 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F34076 is #0CBF89. Grayscale: #7B7B7B. Windows color (decimal): -835466 or 7749875. OLE color: 7749875.
HSL color Cylindrical-coordinate representation of color #F34076: hue angle of 341.9º 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 #F34076 is Cyan = 0, Magento = 0.74, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 64 | 118 | - |
| CMYK | 0 | 0.74 | 0.51 | 0.05 |
| HSL | 341.9º | 0.88% | 0.6% | - |
| HSV(B) | 341.9º | 0.74% | 0.95% | - |
| XYZ | 42.07 | 24.03 | 19.56 | - |
| YUV | 123.68 | 124.8 | 213.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 64 | 118 | 0 | 0.74 | 0.51 | 0.05 | 341.9 | 0.88 | 0.6 |
| Hex | F3 | 40 | 76 | 0 | 4A | 33 | 5 | 156 | 58 | 3C |
| Octal | 363 | 100 | 166 | 0 | 112 | 63 | 5 | 526 | 130 | 74 |
| Binary | 11110011 | 1000000 | 1110110 | 0 | 1001010 | 110011 | 101 | 101010110 | 1011000 | 111100 |
Color Harmonies of #F34076
Complementary color
Monochromatic Colors of #F34076
Black with #F34076
Text Example
Text Example
White with #F34076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34076; }
p { color: rgb(243,64,118); }
H1.HeaderClassName
{
color: #F34076;
}
.AnyTagClassName
{
color: #F34076;
}
</style>
background-color css
<style>
a { background-color: #F34076; }
a { background-color: rgb(243,64,118); }
div.DivClassName
{
background-color: #F34076;
}
.BgClassName
{
background-color: #F34076;
}
</style>
border-color css
<style>
span { border-color: #F34076; }
span { border-color: rgb(243,64,118); }
td.TdClassName
{
border-color: #F34076;
}
.TagClassName
{
border-color: #F34076;
}
</style>