Shades of Violet Red #FE347A
Tints of Violet Red #FE347A
RGB
CMYK
RGB Variations
Color information
#FE347A (or 0xFE347A) is known color: Violet Red. HEX triplet: FE, 34 and 7A. RGB value is (254,52,122). Sum of RGB (Red+Green+Blue) = 254+52+122=428 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.35% from 428); Green value is 52 (20.70% from 255 or 12.15% from 428); Blue value is 122 (48.05% from 255 or 28.50% from 428); Max value from RGB is 254 - color contains mainly: red. Hex color #FE347A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE347A is #01CB85. Grayscale: #787878. Windows color (decimal): -117638 or 8008958. OLE color: 8008958.
HSL color Cylindrical-coordinate representation of color #FE347A: hue angle of 339.21º 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 #FE347A is Cyan = 0, Magento = 0.80, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 52 | 122 | - |
| CMYK | 0 | 0.80 | 0.52 | 0.00 |
| HSL | 339.21º | 0.99% | 0.6% | - |
| HSV(B) | 339.21º | 0.8% | 1% | - |
| XYZ | 45.61 | 24.93 | 20.82 | - |
| YUV | 120.38 | 128.92 | 223.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 52 | 122 | 0 | 0.80 | 0.52 | 0.00 | 339.21 | 0.99 | 0.6 |
| Hex | FE | 34 | 7A | 0 | 50 | 34 | 0 | 153 | 63 | 3C |
| Octal | 376 | 64 | 172 | 0 | 120 | 64 | 0 | 523 | 143 | 74 |
| Binary | 11111110 | 110100 | 1111010 | 0 | 1010000 | 110100 | 0 | 101010011 | 1100011 | 111100 |
Color Harmonies of #FE347A
Complementary color
Monochromatic Colors of #FE347A
Black with #FE347A
Text Example
Text Example
White with #FE347A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE347A; }
p { color: rgb(254,52,122); }
H1.HeaderClassName
{
color: #FE347A;
}
.AnyTagClassName
{
color: #FE347A;
}
</style>
background-color css
<style>
a { background-color: #FE347A; }
a { background-color: rgb(254,52,122); }
div.DivClassName
{
background-color: #FE347A;
}
.BgClassName
{
background-color: #FE347A;
}
</style>
border-color css
<style>
span { border-color: #FE347A; }
span { border-color: rgb(254,52,122); }
td.TdClassName
{
border-color: #FE347A;
}
.TagClassName
{
border-color: #FE347A;
}
</style>