Shades of Violet Red #FE347C
Tints of Violet Red #FE347C
RGB
CMYK
RGB Variations
Color information
#FE347C (or 0xFE347C) is known color: Violet Red. HEX triplet: FE, 34 and 7C. RGB value is (254,52,124). Sum of RGB (Red+Green+Blue) = 254+52+124=430 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.07% from 430); Green value is 52 (20.70% from 255 or 12.09% from 430); Blue value is 124 (48.83% from 255 or 28.84% from 430); Max value from RGB is 254 - color contains mainly: red. Hex color #FE347C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE347C is #01CB83. Grayscale: #787878. Windows color (decimal): -117636 or 8140030. OLE color: 8140030.
HSL color Cylindrical-coordinate representation of color #FE347C: hue angle of 338.61º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FE347C is Cyan = 0, Magento = 0.80, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 52 | 124 | - |
| CMYK | 0 | 0.80 | 0.51 | 0.00 |
| HSL | 338.61º | 0.99% | 0.6% | - |
| HSV(B) | 338.61º | 0.8% | 1% | - |
| XYZ | 45.74 | 24.98 | 21.48 | - |
| YUV | 120.61 | 129.92 | 223.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 52 | 124 | 0 | 0.80 | 0.51 | 0.00 | 338.61 | 0.99 | 0.6 |
| Hex | FE | 34 | 7C | 0 | 50 | 33 | 0 | 153 | 63 | 3C |
| Octal | 376 | 64 | 174 | 0 | 120 | 63 | 0 | 523 | 143 | 74 |
| Binary | 11111110 | 110100 | 1111100 | 0 | 1010000 | 110011 | 0 | 101010011 | 1100011 | 111100 |
Color Harmonies of #FE347C
Complementary color
Monochromatic Colors of #FE347C
Black with #FE347C
Text Example
Text Example
White with #FE347C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE347C; }
p { color: rgb(254,52,124); }
H1.HeaderClassName
{
color: #FE347C;
}
.AnyTagClassName
{
color: #FE347C;
}
</style>
background-color css
<style>
a { background-color: #FE347C; }
a { background-color: rgb(254,52,124); }
div.DivClassName
{
background-color: #FE347C;
}
.BgClassName
{
background-color: #FE347C;
}
</style>
border-color css
<style>
span { border-color: #FE347C; }
span { border-color: rgb(254,52,124); }
td.TdClassName
{
border-color: #FE347C;
}
.TagClassName
{
border-color: #FE347C;
}
</style>