Shades of Violet Red #FE437D
Tints of Violet Red #FE437D
RGB
CMYK
RGB Variations
Color information
#FE437D (or 0xFE437D) is known color: Violet Red. HEX triplet: FE, 43 and 7D. RGB value is (254,67,125). Sum of RGB (Red+Green+Blue) = 254+67+125=446 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.95% from 446); Green value is 67 (26.56% from 255 or 15.02% from 446); Blue value is 125 (49.22% from 255 or 28.03% from 446); Max value from RGB is 254 - color contains mainly: red. Hex color #FE437D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE437D is #01BC82. Grayscale: #818181. Windows color (decimal): -113795 or 8209406. OLE color: 8209406.
HSL color Cylindrical-coordinate representation of color #FE437D: hue angle of 341.39º 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 #FE437D is Cyan = 0, Magento = 0.74, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 67 | 125 | - |
| CMYK | 0 | 0.74 | 0.51 | 0.00 |
| HSL | 341.39º | 0.99% | 0.63% | - |
| HSV(B) | 341.39º | 0.74% | 1% | - |
| XYZ | 46.58 | 26.57 | 22.07 | - |
| YUV | 129.53 | 125.45 | 216.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 67 | 125 | 0 | 0.74 | 0.51 | 0.00 | 341.39 | 0.99 | 0.63 |
| Hex | FE | 43 | 7D | 0 | 4A | 33 | 0 | 155 | 63 | 3F |
| Octal | 376 | 103 | 175 | 0 | 112 | 63 | 0 | 525 | 143 | 77 |
| Binary | 11111110 | 1000011 | 1111101 | 0 | 1001010 | 110011 | 0 | 101010101 | 1100011 | 111111 |
Color Harmonies of #FE437D
Complementary color
Monochromatic Colors of #FE437D
Black with #FE437D
Text Example
Text Example
White with #FE437D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE437D; }
p { color: rgb(254,67,125); }
H1.HeaderClassName
{
color: #FE437D;
}
.AnyTagClassName
{
color: #FE437D;
}
</style>
background-color css
<style>
a { background-color: #FE437D; }
a { background-color: rgb(254,67,125); }
div.DivClassName
{
background-color: #FE437D;
}
.BgClassName
{
background-color: #FE437D;
}
</style>
border-color css
<style>
span { border-color: #FE437D; }
span { border-color: rgb(254,67,125); }
td.TdClassName
{
border-color: #FE437D;
}
.TagClassName
{
border-color: #FE437D;
}
</style>