Shades of Violet Red #FF4890
Tints of Violet Red #FF4890
RGB
CMYK
RGB Variations
Color information
#FF4890 (or 0xFF4890) is known color: Violet Red. HEX triplet: FF, 48 and 90. RGB value is (255,72,144). Sum of RGB (Red+Green+Blue) = 255+72+144=471 (62% of max value = 765). Red value is 255 (100% from 255 or 54.14% from 471); Green value is 72 (28.52% from 255 or 15.29% from 471); Blue value is 144 (56.64% from 255 or 30.57% from 471); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4890 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4890 is #00B76F. Grayscale: #868686. Windows color (decimal): -46960 or 9455871. OLE color: 9455871.
HSL color Cylindrical-coordinate representation of color #FF4890: hue angle of 336.39º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FF4890 is Cyan = 0, Magento = 0.72, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 72 | 144 | - |
| CMYK | 0 | 0.72 | 0.44 | 0 |
| HSL | 336.39º | 1% | 0.64% | - |
| HSV(B) | 336.39º | 0.72% | 1% | - |
| XYZ | 48.59 | 27.91 | 29.21 | - |
| YUV | 134.93 | 133.13 | 213.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 72 | 144 | 0 | 0.72 | 0.44 | 0 | 336.39 | 1 | 0.64 |
| Hex | FF | 48 | 90 | 0 | 48 | 2C | 0 | 150 | 64 | 40 |
| Octal | 377 | 110 | 220 | 0 | 110 | 54 | 0 | 520 | 144 | 100 |
| Binary | 11111111 | 1001000 | 10010000 | 0 | 1001000 | 101100 | 0 | 101010000 | 1100100 | 1000000 |
Color Harmonies of #FF4890
Complementary color
Monochromatic Colors of #FF4890
Black with #FF4890
Text Example
Text Example
White with #FF4890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4890; }
p { color: rgb(255,72,144); }
H1.HeaderClassName
{
color: #FF4890;
}
.AnyTagClassName
{
color: #FF4890;
}
</style>
background-color css
<style>
a { background-color: #FF4890; }
a { background-color: rgb(255,72,144); }
div.DivClassName
{
background-color: #FF4890;
}
.BgClassName
{
background-color: #FF4890;
}
</style>
border-color css
<style>
span { border-color: #FF4890; }
span { border-color: rgb(255,72,144); }
td.TdClassName
{
border-color: #FF4890;
}
.TagClassName
{
border-color: #FF4890;
}
</style>