Shades of Violet Red #FF4189
Tints of Violet Red #FF4189
RGB
CMYK
RGB Variations
Color information
#FF4189 (or 0xFF4189) is known color: Violet Red. HEX triplet: FF, 41 and 89. RGB value is (255,65,137). Sum of RGB (Red+Green+Blue) = 255+65+137=457 (60% of max value = 765). Red value is 255 (100% from 255 or 55.80% from 457); Green value is 65 (25.78% from 255 or 14.22% from 457); Blue value is 137 (53.91% from 255 or 29.98% from 457); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4189 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4189 is #00BE76. Grayscale: #818181. Windows color (decimal): -48759 or 8995327. OLE color: 8995327.
HSL color Cylindrical-coordinate representation of color #FF4189: hue angle of 337.26º 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 #FF4189 is Cyan = 0, Magento = 0.75, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 65 | 137 | - |
| CMYK | 0 | 0.75 | 0.46 | 0 |
| HSL | 337.26º | 1% | 0.63% | - |
| HSV(B) | 337.26º | 0.75% | 1% | - |
| XYZ | 47.65 | 26.85 | 26.34 | - |
| YUV | 130.02 | 131.95 | 217.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 65 | 137 | 0 | 0.75 | 0.46 | 0 | 337.26 | 1 | 0.63 |
| Hex | FF | 41 | 89 | 0 | 4B | 2E | 0 | 151 | 64 | 3F |
| Octal | 377 | 101 | 211 | 0 | 113 | 56 | 0 | 521 | 144 | 77 |
| Binary | 11111111 | 1000001 | 10001001 | 0 | 1001011 | 101110 | 0 | 101010001 | 1100100 | 111111 |
Color Harmonies of #FF4189
Complementary color
Monochromatic Colors of #FF4189
Black with #FF4189
Text Example
Text Example
White with #FF4189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4189; }
p { color: rgb(255,65,137); }
H1.HeaderClassName
{
color: #FF4189;
}
.AnyTagClassName
{
color: #FF4189;
}
</style>
background-color css
<style>
a { background-color: #FF4189; }
a { background-color: rgb(255,65,137); }
div.DivClassName
{
background-color: #FF4189;
}
.BgClassName
{
background-color: #FF4189;
}
</style>
border-color css
<style>
span { border-color: #FF4189; }
span { border-color: rgb(255,65,137); }
td.TdClassName
{
border-color: #FF4189;
}
.TagClassName
{
border-color: #FF4189;
}
</style>