Shades of Violet Red #FE427D
Tints of Violet Red #FE427D
RGB
CMYK
RGB Variations
Color information
#FE427D (or 0xFE427D) is known color: Violet Red. HEX triplet: FE, 42 and 7D. RGB value is (254,66,125). Sum of RGB (Red+Green+Blue) = 254+66+125=445 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.08% from 445); Green value is 66 (26.17% from 255 or 14.83% from 445); Blue value is 125 (49.22% from 255 or 28.09% from 445); Max value from RGB is 254 - color contains mainly: red. Hex color #FE427D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE427D is #01BD82. Grayscale: #808080. Windows color (decimal): -114051 or 8209150. OLE color: 8209150.
HSL color Cylindrical-coordinate representation of color #FE427D: hue angle of 341.17º 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 #FE427D is Cyan = 0, Magento = 0.74, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 66 | 125 | - |
| CMYK | 0 | 0.74 | 0.51 | 0.00 |
| HSL | 341.17º | 0.99% | 0.63% | - |
| HSV(B) | 341.17º | 0.74% | 1% | - |
| XYZ | 46.52 | 26.45 | 22.05 | - |
| YUV | 128.94 | 125.78 | 217.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 66 | 125 | 0 | 0.74 | 0.51 | 0.00 | 341.17 | 0.99 | 0.63 |
| Hex | FE | 42 | 7D | 0 | 4A | 33 | 0 | 155 | 63 | 3F |
| Octal | 376 | 102 | 175 | 0 | 112 | 63 | 0 | 525 | 143 | 77 |
| Binary | 11111110 | 1000010 | 1111101 | 0 | 1001010 | 110011 | 0 | 101010101 | 1100011 | 111111 |
Color Harmonies of #FE427D
Complementary color
Monochromatic Colors of #FE427D
Black with #FE427D
Text Example
Text Example
White with #FE427D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE427D; }
p { color: rgb(254,66,125); }
H1.HeaderClassName
{
color: #FE427D;
}
.AnyTagClassName
{
color: #FE427D;
}
</style>
background-color css
<style>
a { background-color: #FE427D; }
a { background-color: rgb(254,66,125); }
div.DivClassName
{
background-color: #FE427D;
}
.BgClassName
{
background-color: #FE427D;
}
</style>
border-color css
<style>
span { border-color: #FE427D; }
span { border-color: rgb(254,66,125); }
td.TdClassName
{
border-color: #FE427D;
}
.TagClassName
{
border-color: #FE427D;
}
</style>