Shades of Violet Red #F34079
Tints of Violet Red #F34079
RGB
CMYK
RGB Variations
Color information
#F34079 (or 0xF34079) is known color: Violet Red. HEX triplet: F3, 40 and 79. RGB value is (243,64,121). Sum of RGB (Red+Green+Blue) = 243+64+121=428 (56% of max value = 765). Red value is 243 (95.31% from 255 or 56.78% from 428); Green value is 64 (25.39% from 255 or 14.95% from 428); Blue value is 121 (47.66% from 255 or 28.27% from 428); Max value from RGB is 243 - color contains mainly: red. Hex color #F34079 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F34079 is #0CBF86. Grayscale: #7B7B7B. Windows color (decimal): -835463 or 7946483. OLE color: 7946483.
HSL color Cylindrical-coordinate representation of color #F34079: hue angle of 340.89º 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 #F34079 is Cyan = 0, Magento = 0.74, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 64 | 121 | - |
| CMYK | 0 | 0.74 | 0.50 | 0.05 |
| HSL | 340.89º | 0.88% | 0.6% | - |
| HSV(B) | 340.89º | 0.74% | 0.95% | - |
| XYZ | 42.25 | 24.1 | 20.51 | - |
| YUV | 124.02 | 126.3 | 212.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 64 | 121 | 0 | 0.74 | 0.50 | 0.05 | 340.89 | 0.88 | 0.6 |
| Hex | F3 | 40 | 79 | 0 | 4A | 32 | 5 | 155 | 58 | 3C |
| Octal | 363 | 100 | 171 | 0 | 112 | 62 | 5 | 525 | 130 | 74 |
| Binary | 11110011 | 1000000 | 1111001 | 0 | 1001010 | 110010 | 101 | 101010101 | 1011000 | 111100 |
Color Harmonies of #F34079
Complementary color
Monochromatic Colors of #F34079
Black with #F34079
Text Example
Text Example
White with #F34079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34079; }
p { color: rgb(243,64,121); }
H1.HeaderClassName
{
color: #F34079;
}
.AnyTagClassName
{
color: #F34079;
}
</style>
background-color css
<style>
a { background-color: #F34079; }
a { background-color: rgb(243,64,121); }
div.DivClassName
{
background-color: #F34079;
}
.BgClassName
{
background-color: #F34079;
}
</style>
border-color css
<style>
span { border-color: #F34079; }
span { border-color: rgb(243,64,121); }
td.TdClassName
{
border-color: #F34079;
}
.TagClassName
{
border-color: #F34079;
}
</style>