Shades of Violet Red #FF4A8F
Tints of Violet Red #FF4A8F
RGB
CMYK
RGB Variations
Color information
#FF4A8F (or 0xFF4A8F) is known color: Violet Red. HEX triplet: FF, 4A and 8F. RGB value is (255,74,143). Sum of RGB (Red+Green+Blue) = 255+74+143=472 (62% of max value = 765). Red value is 255 (100% from 255 or 54.03% from 472); Green value is 74 (29.30% from 255 or 15.68% from 472); Blue value is 143 (56.25% from 255 or 30.30% from 472); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4A8F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4A8F is #00B570. Grayscale: #878787. Windows color (decimal): -46449 or 9390847. OLE color: 9390847.
HSL color Cylindrical-coordinate representation of color #FF4A8F: hue angle of 337.13º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FF4A8F is Cyan = 0, Magento = 0.71, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 74 | 143 | - |
| CMYK | 0 | 0.71 | 0.44 | 0 |
| HSL | 337.13º | 1% | 0.65% | - |
| HSV(B) | 337.13º | 0.71% | 1% | - |
| XYZ | 48.65 | 28.14 | 28.85 | - |
| YUV | 135.99 | 131.97 | 212.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 74 | 143 | 0 | 0.71 | 0.44 | 0 | 337.13 | 1 | 0.65 |
| Hex | FF | 4A | 8F | 0 | 47 | 2C | 0 | 151 | 64 | 41 |
| Octal | 377 | 112 | 217 | 0 | 107 | 54 | 0 | 521 | 144 | 101 |
| Binary | 11111111 | 1001010 | 10001111 | 0 | 1000111 | 101100 | 0 | 101010001 | 1100100 | 1000001 |
Color Harmonies of #FF4A8F
Complementary color
Monochromatic Colors of #FF4A8F
Black with #FF4A8F
Text Example
Text Example
White with #FF4A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4A8F; }
p { color: rgb(255,74,143); }
H1.HeaderClassName
{
color: #FF4A8F;
}
.AnyTagClassName
{
color: #FF4A8F;
}
</style>
background-color css
<style>
a { background-color: #FF4A8F; }
a { background-color: rgb(255,74,143); }
div.DivClassName
{
background-color: #FF4A8F;
}
.BgClassName
{
background-color: #FF4A8F;
}
</style>
border-color css
<style>
span { border-color: #FF4A8F; }
span { border-color: rgb(255,74,143); }
td.TdClassName
{
border-color: #FF4A8F;
}
.TagClassName
{
border-color: #FF4A8F;
}
</style>