Shades of Violet Red #FF4089
Tints of Violet Red #FF4089
RGB
CMYK
RGB Variations
Color information
#FF4089 (or 0xFF4089) is known color: Violet Red. HEX triplet: FF, 40 and 89. RGB value is (255,64,137). Sum of RGB (Red+Green+Blue) = 255+64+137=456 (60% of max value = 765). Red value is 255 (100% from 255 or 55.92% from 456); Green value is 64 (25.39% from 255 or 14.04% from 456); Blue value is 137 (53.91% from 255 or 30.04% from 456); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4089 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4089 is #00BF76. Grayscale: #818181. Windows color (decimal): -49015 or 8995071. OLE color: 8995071.
HSL color Cylindrical-coordinate representation of color #FF4089: hue angle of 337.07º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FF4089 is Cyan = 0, Magento = 0.75, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 64 | 137 | - |
| CMYK | 0 | 0.75 | 0.46 | 0 |
| HSL | 337.07º | 1% | 0.63% | - |
| HSV(B) | 337.07º | 0.75% | 1% | - |
| XYZ | 47.59 | 26.73 | 26.32 | - |
| YUV | 129.43 | 132.28 | 217.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 64 | 137 | 0 | 0.75 | 0.46 | 0 | 337.07 | 1 | 0.63 |
| Hex | FF | 40 | 89 | 0 | 4B | 2E | 0 | 151 | 64 | 3F |
| Octal | 377 | 100 | 211 | 0 | 113 | 56 | 0 | 521 | 144 | 77 |
| Binary | 11111111 | 1000000 | 10001001 | 0 | 1001011 | 101110 | 0 | 101010001 | 1100100 | 111111 |
Color Harmonies of #FF4089
Complementary color
Monochromatic Colors of #FF4089
Black with #FF4089
Text Example
Text Example
White with #FF4089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4089; }
p { color: rgb(255,64,137); }
H1.HeaderClassName
{
color: #FF4089;
}
.AnyTagClassName
{
color: #FF4089;
}
</style>
background-color css
<style>
a { background-color: #FF4089; }
a { background-color: rgb(255,64,137); }
div.DivClassName
{
background-color: #FF4089;
}
.BgClassName
{
background-color: #FF4089;
}
</style>
border-color css
<style>
span { border-color: #FF4089; }
span { border-color: rgb(255,64,137); }
td.TdClassName
{
border-color: #FF4089;
}
.TagClassName
{
border-color: #FF4089;
}
</style>