Shades of Violet Red #F34279
Tints of Violet Red #F34279
RGB
CMYK
RGB Variations
Color information
#F34279 (or 0xF34279) is known color: Violet Red. HEX triplet: F3, 42 and 79. RGB value is (243,66,121). Sum of RGB (Red+Green+Blue) = 243+66+121=430 (56% of max value = 765). Red value is 243 (95.31% from 255 or 56.51% from 430); Green value is 66 (26.17% from 255 or 15.35% from 430); Blue value is 121 (47.66% from 255 or 28.14% from 430); Max value from RGB is 243 - color contains mainly: red. Hex color #F34279 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F34279 is #0CBD86. Grayscale: #7D7D7D. Windows color (decimal): -834951 or 7946995. OLE color: 7946995.
HSL color Cylindrical-coordinate representation of color #F34279: hue angle of 341.36º 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 #F34279 is Cyan = 0, Magento = 0.73, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 66 | 121 | - |
| CMYK | 0 | 0.73 | 0.50 | 0.05 |
| HSL | 341.36º | 0.88% | 0.61% | - |
| HSV(B) | 341.36º | 0.73% | 0.95% | - |
| XYZ | 42.36 | 24.33 | 20.55 | - |
| YUV | 125.19 | 125.64 | 212.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 66 | 121 | 0 | 0.73 | 0.50 | 0.05 | 341.36 | 0.88 | 0.61 |
| Hex | F3 | 42 | 79 | 0 | 49 | 32 | 5 | 155 | 58 | 3D |
| Octal | 363 | 102 | 171 | 0 | 111 | 62 | 5 | 525 | 130 | 75 |
| Binary | 11110011 | 1000010 | 1111001 | 0 | 1001001 | 110010 | 101 | 101010101 | 1011000 | 111101 |
Color Harmonies of #F34279
Complementary color
Monochromatic Colors of #F34279
Black with #F34279
Text Example
Text Example
White with #F34279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34279; }
p { color: rgb(243,66,121); }
H1.HeaderClassName
{
color: #F34279;
}
.AnyTagClassName
{
color: #F34279;
}
</style>
background-color css
<style>
a { background-color: #F34279; }
a { background-color: rgb(243,66,121); }
div.DivClassName
{
background-color: #F34279;
}
.BgClassName
{
background-color: #F34279;
}
</style>
border-color css
<style>
span { border-color: #F34279; }
span { border-color: rgb(243,66,121); }
td.TdClassName
{
border-color: #F34279;
}
.TagClassName
{
border-color: #F34279;
}
</style>