Shades of Violet Red #FE447D
Tints of Violet Red #FE447D
RGB
CMYK
RGB Variations
Color information
#FE447D (or 0xFE447D) is known color: Violet Red. HEX triplet: FE, 44 and 7D. RGB value is (254,68,125). Sum of RGB (Red+Green+Blue) = 254+68+125=447 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.82% from 447); Green value is 68 (26.95% from 255 or 15.21% from 447); Blue value is 125 (49.22% from 255 or 27.96% from 447); Max value from RGB is 254 - color contains mainly: red. Hex color #FE447D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE447D is #01BB82. Grayscale: #828282. Windows color (decimal): -113539 or 8209662. OLE color: 8209662.
HSL color Cylindrical-coordinate representation of color #FE447D: hue angle of 341.61º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FE447D is Cyan = 0, Magento = 0.73, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 68 | 125 | - |
| CMYK | 0 | 0.73 | 0.51 | 0.00 |
| HSL | 341.61º | 0.99% | 0.63% | - |
| HSV(B) | 341.61º | 0.73% | 1% | - |
| XYZ | 46.64 | 26.69 | 22.09 | - |
| YUV | 130.11 | 125.12 | 216.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 68 | 125 | 0 | 0.73 | 0.51 | 0.00 | 341.61 | 0.99 | 0.63 |
| Hex | FE | 44 | 7D | 0 | 49 | 33 | 0 | 156 | 63 | 3F |
| Octal | 376 | 104 | 175 | 0 | 111 | 63 | 0 | 526 | 143 | 77 |
| Binary | 11111110 | 1000100 | 1111101 | 0 | 1001001 | 110011 | 0 | 101010110 | 1100011 | 111111 |
Color Harmonies of #FE447D
Complementary color
Monochromatic Colors of #FE447D
Black with #FE447D
Text Example
Text Example
White with #FE447D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE447D; }
p { color: rgb(254,68,125); }
H1.HeaderClassName
{
color: #FE447D;
}
.AnyTagClassName
{
color: #FE447D;
}
</style>
background-color css
<style>
a { background-color: #FE447D; }
a { background-color: rgb(254,68,125); }
div.DivClassName
{
background-color: #FE447D;
}
.BgClassName
{
background-color: #FE447D;
}
</style>
border-color css
<style>
span { border-color: #FE447D; }
span { border-color: rgb(254,68,125); }
td.TdClassName
{
border-color: #FE447D;
}
.TagClassName
{
border-color: #FE447D;
}
</style>