Shades of Violet Red #FE487F
Tints of Violet Red #FE487F
RGB
CMYK
RGB Variations
Color information
#FE487F (or 0xFE487F) is known color: Violet Red. HEX triplet: FE, 48 and 7F. RGB value is (254,72,127). Sum of RGB (Red+Green+Blue) = 254+72+127=453 (60% of max value = 765). Red value is 254 (99.61% from 255 or 56.07% from 453); Green value is 72 (28.52% from 255 or 15.89% from 453); Blue value is 127 (50% from 255 or 28.04% from 453); Max value from RGB is 254 - color contains mainly: red. Hex color #FE487F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE487F is #01B780. Grayscale: #848484. Windows color (decimal): -112513 or 8341758. OLE color: 8341758.
HSL color Cylindrical-coordinate representation of color #FE487F: hue angle of 341.87º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FE487F is Cyan = 0, Magento = 0.72, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 72 | 127 | - |
| CMYK | 0 | 0.72 | 0.50 | 0.00 |
| HSL | 341.87º | 0.99% | 0.64% | - |
| HSV(B) | 341.87º | 0.72% | 1% | - |
| XYZ | 47.02 | 27.24 | 22.86 | - |
| YUV | 132.69 | 124.8 | 214.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 72 | 127 | 0 | 0.72 | 0.50 | 0.00 | 341.87 | 0.99 | 0.64 |
| Hex | FE | 48 | 7F | 0 | 48 | 32 | 0 | 156 | 63 | 40 |
| Octal | 376 | 110 | 177 | 0 | 110 | 62 | 0 | 526 | 143 | 100 |
| Binary | 11111110 | 1001000 | 1111111 | 0 | 1001000 | 110010 | 0 | 101010110 | 1100011 | 1000000 |
Color Harmonies of #FE487F
Complementary color
Monochromatic Colors of #FE487F
Black with #FE487F
Text Example
Text Example
White with #FE487F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE487F; }
p { color: rgb(254,72,127); }
H1.HeaderClassName
{
color: #FE487F;
}
.AnyTagClassName
{
color: #FE487F;
}
</style>
background-color css
<style>
a { background-color: #FE487F; }
a { background-color: rgb(254,72,127); }
div.DivClassName
{
background-color: #FE487F;
}
.BgClassName
{
background-color: #FE487F;
}
</style>
border-color css
<style>
span { border-color: #FE487F; }
span { border-color: rgb(254,72,127); }
td.TdClassName
{
border-color: #FE487F;
}
.TagClassName
{
border-color: #FE487F;
}
</style>