Shades of Violet Red #FE478B
Tints of Violet Red #FE478B
RGB
CMYK
RGB Variations
Color information
#FE478B (or 0xFE478B) is known color: Violet Red. HEX triplet: FE, 47 and 8B. RGB value is (254,71,139). Sum of RGB (Red+Green+Blue) = 254+71+139=464 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.74% from 464); Green value is 71 (28.12% from 255 or 15.30% from 464); Blue value is 139 (54.69% from 255 or 29.96% from 464); Max value from RGB is 254 - color contains mainly: red. Hex color #FE478B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE478B is #01B874. Grayscale: #858585. Windows color (decimal): -112757 or 9127934. OLE color: 9127934.
HSL color Cylindrical-coordinate representation of color #FE478B: hue angle of 337.7º 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 #FE478B is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 71 | 139 | - |
| CMYK | 0 | 0.72 | 0.45 | 0.00 |
| HSL | 337.7º | 0.99% | 0.64% | - |
| HSV(B) | 337.7º | 0.72% | 1% | - |
| XYZ | 47.79 | 27.44 | 27.2 | - |
| YUV | 133.47 | 131.13 | 213.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 71 | 139 | 0 | 0.72 | 0.45 | 0.00 | 337.7 | 0.99 | 0.64 |
| Hex | FE | 47 | 8B | 0 | 48 | 2D | 0 | 152 | 63 | 40 |
| Octal | 376 | 107 | 213 | 0 | 110 | 55 | 0 | 522 | 143 | 100 |
| Binary | 11111110 | 1000111 | 10001011 | 0 | 1001000 | 101101 | 0 | 101010010 | 1100011 | 1000000 |
Color Harmonies of #FE478B
Complementary color
Monochromatic Colors of #FE478B
Black with #FE478B
Text Example
Text Example
White with #FE478B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE478B; }
p { color: rgb(254,71,139); }
H1.HeaderClassName
{
color: #FE478B;
}
.AnyTagClassName
{
color: #FE478B;
}
</style>
background-color css
<style>
a { background-color: #FE478B; }
a { background-color: rgb(254,71,139); }
div.DivClassName
{
background-color: #FE478B;
}
.BgClassName
{
background-color: #FE478B;
}
</style>
border-color css
<style>
span { border-color: #FE478B; }
span { border-color: rgb(254,71,139); }
td.TdClassName
{
border-color: #FE478B;
}
.TagClassName
{
border-color: #FE478B;
}
</style>