Shades of Violet Red #FF4A95
Tints of Violet Red #FF4A95
RGB
CMYK
RGB Variations
Color information
#FF4A95 (or 0xFF4A95) is known color: Violet Red. HEX triplet: FF, 4A and 95. RGB value is (255,74,149). Sum of RGB (Red+Green+Blue) = 255+74+149=478 (63% of max value = 765). Red value is 255 (100% from 255 or 53.35% from 478); Green value is 74 (29.30% from 255 or 15.48% from 478); Blue value is 149 (58.59% from 255 or 31.17% from 478); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4A95 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4A95 is #00B56A. Grayscale: #888888. Windows color (decimal): -46443 or 9784063. OLE color: 9784063.
HSL color Cylindrical-coordinate representation of color #FF4A95: hue angle of 335.14º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FF4A95 is Cyan = 0, Magento = 0.71, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 74 | 149 | - |
| CMYK | 0 | 0.71 | 0.42 | 0 |
| HSL | 335.14º | 1% | 0.65% | - |
| HSV(B) | 335.14º | 0.71% | 1% | - |
| XYZ | 49.11 | 28.33 | 31.31 | - |
| YUV | 136.67 | 134.97 | 212.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 74 | 149 | 0 | 0.71 | 0.42 | 0 | 335.14 | 1 | 0.65 |
| Hex | FF | 4A | 95 | 0 | 47 | 2A | 0 | 14F | 64 | 41 |
| Octal | 377 | 112 | 225 | 0 | 107 | 52 | 0 | 517 | 144 | 101 |
| Binary | 11111111 | 1001010 | 10010101 | 0 | 1000111 | 101010 | 0 | 101001111 | 1100100 | 1000001 |
Color Harmonies of #FF4A95
Complementary color
Monochromatic Colors of #FF4A95
Black with #FF4A95
Text Example
Text Example
White with #FF4A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4A95; }
p { color: rgb(255,74,149); }
H1.HeaderClassName
{
color: #FF4A95;
}
.AnyTagClassName
{
color: #FF4A95;
}
</style>
background-color css
<style>
a { background-color: #FF4A95; }
a { background-color: rgb(255,74,149); }
div.DivClassName
{
background-color: #FF4A95;
}
.BgClassName
{
background-color: #FF4A95;
}
</style>
border-color css
<style>
span { border-color: #FF4A95; }
span { border-color: rgb(255,74,149); }
td.TdClassName
{
border-color: #FF4A95;
}
.TagClassName
{
border-color: #FF4A95;
}
</style>