Shades of Violet Red #FF4790
Tints of Violet Red #FF4790
RGB
CMYK
RGB Variations
Color information
#FF4790 (or 0xFF4790) is known color: Violet Red. HEX triplet: FF, 47 and 90. RGB value is (255,71,144). Sum of RGB (Red+Green+Blue) = 255+71+144=470 (62% of max value = 765). Red value is 255 (100% from 255 or 54.26% from 470); Green value is 71 (28.12% from 255 or 15.11% from 470); Blue value is 144 (56.64% from 255 or 30.64% from 470); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4790 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4790 is #00B86F. Grayscale: #868686. Windows color (decimal): -47216 or 9455615. OLE color: 9455615.
HSL color Cylindrical-coordinate representation of color #FF4790: hue angle of 336.2º 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 #FF4790 is Cyan = 0, Magento = 0.72, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 71 | 144 | - |
| CMYK | 0 | 0.72 | 0.44 | 0 |
| HSL | 336.2º | 1% | 0.64% | - |
| HSV(B) | 336.2º | 0.72% | 1% | - |
| XYZ | 48.53 | 27.78 | 29.19 | - |
| YUV | 134.34 | 133.46 | 214.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 71 | 144 | 0 | 0.72 | 0.44 | 0 | 336.2 | 1 | 0.64 |
| Hex | FF | 47 | 90 | 0 | 48 | 2C | 0 | 150 | 64 | 40 |
| Octal | 377 | 107 | 220 | 0 | 110 | 54 | 0 | 520 | 144 | 100 |
| Binary | 11111111 | 1000111 | 10010000 | 0 | 1001000 | 101100 | 0 | 101010000 | 1100100 | 1000000 |
Color Harmonies of #FF4790
Complementary color
Monochromatic Colors of #FF4790
Black with #FF4790
Text Example
Text Example
White with #FF4790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4790; }
p { color: rgb(255,71,144); }
H1.HeaderClassName
{
color: #FF4790;
}
.AnyTagClassName
{
color: #FF4790;
}
</style>
background-color css
<style>
a { background-color: #FF4790; }
a { background-color: rgb(255,71,144); }
div.DivClassName
{
background-color: #FF4790;
}
.BgClassName
{
background-color: #FF4790;
}
</style>
border-color css
<style>
span { border-color: #FF4790; }
span { border-color: rgb(255,71,144); }
td.TdClassName
{
border-color: #FF4790;
}
.TagClassName
{
border-color: #FF4790;
}
</style>