Shades of Violet Red #FE367B
Tints of Violet Red #FE367B
RGB
CMYK
RGB Variations
Color information
#FE367B (or 0xFE367B) is known color: Violet Red. HEX triplet: FE, 36 and 7B. RGB value is (254,54,123). Sum of RGB (Red+Green+Blue) = 254+54+123=431 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.93% from 431); Green value is 54 (21.48% from 255 or 12.53% from 431); Blue value is 123 (48.44% from 255 or 28.54% from 431); Max value from RGB is 254 - color contains mainly: red. Hex color #FE367B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE367B is #01C984. Grayscale: #797979. Windows color (decimal): -117125 or 8075006. OLE color: 8075006.
HSL color Cylindrical-coordinate representation of color #FE367B: hue angle of 339.3º 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 #FE367B is Cyan = 0, Magento = 0.79, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 54 | 123 | - |
| CMYK | 0 | 0.79 | 0.52 | 0.00 |
| HSL | 339.3º | 0.99% | 0.6% | - |
| HSV(B) | 339.3º | 0.79% | 1% | - |
| XYZ | 45.77 | 25.14 | 21.18 | - |
| YUV | 121.67 | 128.76 | 222.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 54 | 123 | 0 | 0.79 | 0.52 | 0.00 | 339.3 | 0.99 | 0.6 |
| Hex | FE | 36 | 7B | 0 | 4F | 34 | 0 | 153 | 63 | 3C |
| Octal | 376 | 66 | 173 | 0 | 117 | 64 | 0 | 523 | 143 | 74 |
| Binary | 11111110 | 110110 | 1111011 | 0 | 1001111 | 110100 | 0 | 101010011 | 1100011 | 111100 |
Color Harmonies of #FE367B
Complementary color
Monochromatic Colors of #FE367B
Black with #FE367B
Text Example
Text Example
White with #FE367B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE367B; }
p { color: rgb(254,54,123); }
H1.HeaderClassName
{
color: #FE367B;
}
.AnyTagClassName
{
color: #FE367B;
}
</style>
background-color css
<style>
a { background-color: #FE367B; }
a { background-color: rgb(254,54,123); }
div.DivClassName
{
background-color: #FE367B;
}
.BgClassName
{
background-color: #FE367B;
}
</style>
border-color css
<style>
span { border-color: #FE367B; }
span { border-color: rgb(254,54,123); }
td.TdClassName
{
border-color: #FE367B;
}
.TagClassName
{
border-color: #FE367B;
}
</style>