Shades of Violet Red #FE427B
Tints of Violet Red #FE427B
RGB
CMYK
RGB Variations
Color information
#FE427B (or 0xFE427B) is known color: Violet Red. HEX triplet: FE, 42 and 7B. RGB value is (254,66,123). Sum of RGB (Red+Green+Blue) = 254+66+123=443 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.34% from 443); Green value is 66 (26.17% from 255 or 14.90% from 443); Blue value is 123 (48.44% from 255 or 27.77% from 443); Max value from RGB is 254 - color contains mainly: red. Hex color #FE427B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE427B is #01BD84. Grayscale: #808080. Windows color (decimal): -114053 or 8078078. OLE color: 8078078.
HSL color Cylindrical-coordinate representation of color #FE427B: hue angle of 341.81º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FE427B is Cyan = 0, Magento = 0.74, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 66 | 123 | - |
| CMYK | 0 | 0.74 | 0.52 | 0.00 |
| HSL | 341.81º | 0.99% | 0.63% | - |
| HSV(B) | 341.81º | 0.74% | 1% | - |
| XYZ | 46.4 | 26.4 | 21.39 | - |
| YUV | 128.71 | 124.78 | 217.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 66 | 123 | 0 | 0.74 | 0.52 | 0.00 | 341.81 | 0.99 | 0.63 |
| Hex | FE | 42 | 7B | 0 | 4A | 34 | 0 | 156 | 63 | 3F |
| Octal | 376 | 102 | 173 | 0 | 112 | 64 | 0 | 526 | 143 | 77 |
| Binary | 11111110 | 1000010 | 1111011 | 0 | 1001010 | 110100 | 0 | 101010110 | 1100011 | 111111 |
Color Harmonies of #FE427B
Complementary color
Monochromatic Colors of #FE427B
Black with #FE427B
Text Example
Text Example
White with #FE427B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE427B; }
p { color: rgb(254,66,123); }
H1.HeaderClassName
{
color: #FE427B;
}
.AnyTagClassName
{
color: #FE427B;
}
</style>
background-color css
<style>
a { background-color: #FE427B; }
a { background-color: rgb(254,66,123); }
div.DivClassName
{
background-color: #FE427B;
}
.BgClassName
{
background-color: #FE427B;
}
</style>
border-color css
<style>
span { border-color: #FE427B; }
span { border-color: rgb(254,66,123); }
td.TdClassName
{
border-color: #FE427B;
}
.TagClassName
{
border-color: #FE427B;
}
</style>