Shades of Violet Red #FE427A
Tints of Violet Red #FE427A
RGB
CMYK
RGB Variations
Color information
#FE427A (or 0xFE427A) is known color: Violet Red. HEX triplet: FE, 42 and 7A. RGB value is (254,66,122). Sum of RGB (Red+Green+Blue) = 254+66+122=442 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.47% from 442); Green value is 66 (26.17% from 255 or 14.93% from 442); Blue value is 122 (48.05% from 255 or 27.60% from 442); Max value from RGB is 254 - color contains mainly: red. Hex color #FE427A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE427A is #01BD85. Grayscale: #808080. Windows color (decimal): -114054 or 8012542. OLE color: 8012542.
HSL color Cylindrical-coordinate representation of color #FE427A: hue angle of 342.13º 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 #FE427A is Cyan = 0, Magento = 0.74, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 66 | 122 | - |
| CMYK | 0 | 0.74 | 0.52 | 0.00 |
| HSL | 342.13º | 0.99% | 0.63% | - |
| HSV(B) | 342.13º | 0.74% | 1% | - |
| XYZ | 46.33 | 26.37 | 21.06 | - |
| YUV | 128.6 | 124.28 | 217.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 66 | 122 | 0 | 0.74 | 0.52 | 0.00 | 342.13 | 0.99 | 0.63 |
| Hex | FE | 42 | 7A | 0 | 4A | 34 | 0 | 156 | 63 | 3F |
| Octal | 376 | 102 | 172 | 0 | 112 | 64 | 0 | 526 | 143 | 77 |
| Binary | 11111110 | 1000010 | 1111010 | 0 | 1001010 | 110100 | 0 | 101010110 | 1100011 | 111111 |
Color Harmonies of #FE427A
Complementary color
Monochromatic Colors of #FE427A
Black with #FE427A
Text Example
Text Example
White with #FE427A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE427A; }
p { color: rgb(254,66,122); }
H1.HeaderClassName
{
color: #FE427A;
}
.AnyTagClassName
{
color: #FE427A;
}
</style>
background-color css
<style>
a { background-color: #FE427A; }
a { background-color: rgb(254,66,122); }
div.DivClassName
{
background-color: #FE427A;
}
.BgClassName
{
background-color: #FE427A;
}
</style>
border-color css
<style>
span { border-color: #FE427A; }
span { border-color: rgb(254,66,122); }
td.TdClassName
{
border-color: #FE427A;
}
.TagClassName
{
border-color: #FE427A;
}
</style>