Shades of Violet Red #FF4595
Tints of Violet Red #FF4595
RGB
CMYK
RGB Variations
Color information
#FF4595 (or 0xFF4595) is known color: Violet Red. HEX triplet: FF, 45 and 95. RGB value is (255,69,149). Sum of RGB (Red+Green+Blue) = 255+69+149=473 (62% of max value = 765). Red value is 255 (100% from 255 or 53.91% from 473); Green value is 69 (27.34% from 255 or 14.59% from 473); Blue value is 149 (58.59% from 255 or 31.50% from 473); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4595 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4595 is #00BA6A. Grayscale: #858585. Windows color (decimal): -47723 or 9782783. OLE color: 9782783.
HSL color Cylindrical-coordinate representation of color #FF4595: hue angle of 334.19º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FF4595 is Cyan = 0, Magento = 0.73, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 69 | 149 | - |
| CMYK | 0 | 0.73 | 0.42 | 0 |
| HSL | 334.19º | 1% | 0.64% | - |
| HSV(B) | 334.19º | 0.73% | 1% | - |
| XYZ | 48.79 | 27.69 | 31.21 | - |
| YUV | 133.73 | 136.62 | 214.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 69 | 149 | 0 | 0.73 | 0.42 | 0 | 334.19 | 1 | 0.64 |
| Hex | FF | 45 | 95 | 0 | 49 | 2A | 0 | 14E | 64 | 40 |
| Octal | 377 | 105 | 225 | 0 | 111 | 52 | 0 | 516 | 144 | 100 |
| Binary | 11111111 | 1000101 | 10010101 | 0 | 1001001 | 101010 | 0 | 101001110 | 1100100 | 1000000 |
Color Harmonies of #FF4595
Complementary color
Monochromatic Colors of #FF4595
Black with #FF4595
Text Example
Text Example
White with #FF4595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4595; }
p { color: rgb(255,69,149); }
H1.HeaderClassName
{
color: #FF4595;
}
.AnyTagClassName
{
color: #FF4595;
}
</style>
background-color css
<style>
a { background-color: #FF4595; }
a { background-color: rgb(255,69,149); }
div.DivClassName
{
background-color: #FF4595;
}
.BgClassName
{
background-color: #FF4595;
}
</style>
border-color css
<style>
span { border-color: #FF4595; }
span { border-color: rgb(255,69,149); }
td.TdClassName
{
border-color: #FF4595;
}
.TagClassName
{
border-color: #FF4595;
}
</style>