Shades of Violet Red #FF4995
Tints of Violet Red #FF4995
RGB
CMYK
RGB Variations
Color information
#FF4995 (or 0xFF4995) is known color: Violet Red. HEX triplet: FF, 49 and 95. RGB value is (255,73,149). Sum of RGB (Red+Green+Blue) = 255+73+149=477 (63% of max value = 765). Red value is 255 (100% from 255 or 53.46% from 477); Green value is 73 (28.91% from 255 or 15.30% from 477); Blue value is 149 (58.59% from 255 or 31.24% from 477); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4995 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4995 is #00B66A. Grayscale: #878787. Windows color (decimal): -46699 or 9783807. OLE color: 9783807.
HSL color Cylindrical-coordinate representation of color #FF4995: hue angle of 334.95º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FF4995 is Cyan = 0, Magento = 0.71, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 73 | 149 | - |
| CMYK | 0 | 0.71 | 0.42 | 0 |
| HSL | 334.95º | 1% | 0.64% | - |
| HSV(B) | 334.95º | 0.71% | 1% | - |
| XYZ | 49.05 | 28.2 | 31.29 | - |
| YUV | 136.08 | 135.3 | 212.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 73 | 149 | 0 | 0.71 | 0.42 | 0 | 334.95 | 1 | 0.64 |
| Hex | FF | 49 | 95 | 0 | 47 | 2A | 0 | 14F | 64 | 40 |
| Octal | 377 | 111 | 225 | 0 | 107 | 52 | 0 | 517 | 144 | 100 |
| Binary | 11111111 | 1001001 | 10010101 | 0 | 1000111 | 101010 | 0 | 101001111 | 1100100 | 1000000 |
Color Harmonies of #FF4995
Complementary color
Monochromatic Colors of #FF4995
Black with #FF4995
Text Example
Text Example
White with #FF4995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4995; }
p { color: rgb(255,73,149); }
H1.HeaderClassName
{
color: #FF4995;
}
.AnyTagClassName
{
color: #FF4995;
}
</style>
background-color css
<style>
a { background-color: #FF4995; }
a { background-color: rgb(255,73,149); }
div.DivClassName
{
background-color: #FF4995;
}
.BgClassName
{
background-color: #FF4995;
}
</style>
border-color css
<style>
span { border-color: #FF4995; }
span { border-color: rgb(255,73,149); }
td.TdClassName
{
border-color: #FF4995;
}
.TagClassName
{
border-color: #FF4995;
}
</style>