Shades of Violet Red #FE367E
Tints of Violet Red #FE367E
RGB
CMYK
RGB Variations
Color information
#FE367E (or 0xFE367E) is known color: Violet Red. HEX triplet: FE, 36 and 7E. RGB value is (254,54,126). Sum of RGB (Red+Green+Blue) = 254+54+126=434 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.53% from 434); Green value is 54 (21.48% from 255 or 12.44% from 434); Blue value is 126 (49.61% from 255 or 29.03% from 434); Max value from RGB is 254 - color contains mainly: red. Hex color #FE367E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE367E is #01C981. Grayscale: #797979. Windows color (decimal): -117122 or 8271614. OLE color: 8271614.
HSL color Cylindrical-coordinate representation of color #FE367E: hue angle of 338.4º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FE367E is Cyan = 0, Magento = 0.79, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 54 | 126 | - |
| CMYK | 0 | 0.79 | 0.50 | 0.00 |
| HSL | 338.4º | 0.99% | 0.6% | - |
| HSV(B) | 338.4º | 0.79% | 1% | - |
| XYZ | 45.96 | 25.22 | 22.18 | - |
| YUV | 122.01 | 130.26 | 222.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 54 | 126 | 0 | 0.79 | 0.50 | 0.00 | 338.4 | 0.99 | 0.6 |
| Hex | FE | 36 | 7E | 0 | 4F | 32 | 0 | 152 | 63 | 3C |
| Octal | 376 | 66 | 176 | 0 | 117 | 62 | 0 | 522 | 143 | 74 |
| Binary | 11111110 | 110110 | 1111110 | 0 | 1001111 | 110010 | 0 | 101010010 | 1100011 | 111100 |
Color Harmonies of #FE367E
Complementary color
Monochromatic Colors of #FE367E
Black with #FE367E
Text Example
Text Example
White with #FE367E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE367E; }
p { color: rgb(254,54,126); }
H1.HeaderClassName
{
color: #FE367E;
}
.AnyTagClassName
{
color: #FE367E;
}
</style>
background-color css
<style>
a { background-color: #FE367E; }
a { background-color: rgb(254,54,126); }
div.DivClassName
{
background-color: #FE367E;
}
.BgClassName
{
background-color: #FE367E;
}
</style>
border-color css
<style>
span { border-color: #FE367E; }
span { border-color: rgb(254,54,126); }
td.TdClassName
{
border-color: #FE367E;
}
.TagClassName
{
border-color: #FE367E;
}
</style>