Shades of Violet Red #FE447B
Tints of Violet Red #FE447B
RGB
CMYK
RGB Variations
Color information
#FE447B (or 0xFE447B) is known color: Violet Red. HEX triplet: FE, 44 and 7B. RGB value is (254,68,123). Sum of RGB (Red+Green+Blue) = 254+68+123=445 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.08% from 445); Green value is 68 (26.95% from 255 or 15.28% from 445); Blue value is 123 (48.44% from 255 or 27.64% from 445); Max value from RGB is 254 - color contains mainly: red. Hex color #FE447B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE447B is #01BB84. Grayscale: #818181. Windows color (decimal): -113541 or 8078590. OLE color: 8078590.
HSL color Cylindrical-coordinate representation of color #FE447B: hue angle of 342.26º 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 #FE447B is Cyan = 0, Magento = 0.73, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 68 | 123 | - |
| CMYK | 0 | 0.73 | 0.52 | 0.00 |
| HSL | 342.26º | 0.99% | 0.63% | - |
| HSV(B) | 342.26º | 0.73% | 1% | - |
| XYZ | 46.52 | 26.64 | 21.43 | - |
| YUV | 129.88 | 124.12 | 216.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 68 | 123 | 0 | 0.73 | 0.52 | 0.00 | 342.26 | 0.99 | 0.63 |
| Hex | FE | 44 | 7B | 0 | 49 | 34 | 0 | 156 | 63 | 3F |
| Octal | 376 | 104 | 173 | 0 | 111 | 64 | 0 | 526 | 143 | 77 |
| Binary | 11111110 | 1000100 | 1111011 | 0 | 1001001 | 110100 | 0 | 101010110 | 1100011 | 111111 |
Color Harmonies of #FE447B
Complementary color
Monochromatic Colors of #FE447B
Black with #FE447B
Text Example
Text Example
White with #FE447B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE447B; }
p { color: rgb(254,68,123); }
H1.HeaderClassName
{
color: #FE447B;
}
.AnyTagClassName
{
color: #FE447B;
}
</style>
background-color css
<style>
a { background-color: #FE447B; }
a { background-color: rgb(254,68,123); }
div.DivClassName
{
background-color: #FE447B;
}
.BgClassName
{
background-color: #FE447B;
}
</style>
border-color css
<style>
span { border-color: #FE447B; }
span { border-color: rgb(254,68,123); }
td.TdClassName
{
border-color: #FE447B;
}
.TagClassName
{
border-color: #FE447B;
}
</style>