Shades of Violet Red #FE367C
Tints of Violet Red #FE367C
RGB
CMYK
RGB Variations
Color information
#FE367C (or 0xFE367C) is known color: Violet Red. HEX triplet: FE, 36 and 7C. RGB value is (254,54,124). Sum of RGB (Red+Green+Blue) = 254+54+124=432 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.80% from 432); Green value is 54 (21.48% from 255 or 12.5% from 432); Blue value is 124 (48.83% from 255 or 28.70% from 432); Max value from RGB is 254 - color contains mainly: red. Hex color #FE367C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE367C is #01C983. Grayscale: #797979. Windows color (decimal): -117124 or 8140542. OLE color: 8140542.
HSL color Cylindrical-coordinate representation of color #FE367C: hue angle of 339º 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 #FE367C is Cyan = 0, Magento = 0.79, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 54 | 124 | - |
| CMYK | 0 | 0.79 | 0.51 | 0.00 |
| HSL | 339º | 0.99% | 0.6% | - |
| HSV(B) | 339º | 0.79% | 1% | - |
| XYZ | 45.83 | 25.16 | 21.51 | - |
| YUV | 121.78 | 129.26 | 222.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 54 | 124 | 0 | 0.79 | 0.51 | 0.00 | 339 | 0.99 | 0.6 |
| Hex | FE | 36 | 7C | 0 | 4F | 33 | 0 | 153 | 63 | 3C |
| Octal | 376 | 66 | 174 | 0 | 117 | 63 | 0 | 523 | 143 | 74 |
| Binary | 11111110 | 110110 | 1111100 | 0 | 1001111 | 110011 | 0 | 101010011 | 1100011 | 111100 |
Color Harmonies of #FE367C
Complementary color
Monochromatic Colors of #FE367C
Black with #FE367C
Text Example
Text Example
White with #FE367C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE367C; }
p { color: rgb(254,54,124); }
H1.HeaderClassName
{
color: #FE367C;
}
.AnyTagClassName
{
color: #FE367C;
}
</style>
background-color css
<style>
a { background-color: #FE367C; }
a { background-color: rgb(254,54,124); }
div.DivClassName
{
background-color: #FE367C;
}
.BgClassName
{
background-color: #FE367C;
}
</style>
border-color css
<style>
span { border-color: #FE367C; }
span { border-color: rgb(254,54,124); }
td.TdClassName
{
border-color: #FE367C;
}
.TagClassName
{
border-color: #FE367C;
}
</style>