Shades of Violet Red #FF4795
Tints of Violet Red #FF4795
RGB
CMYK
RGB Variations
Color information
#FF4795 (or 0xFF4795) is known color: Violet Red. HEX triplet: FF, 47 and 95. RGB value is (255,71,149). Sum of RGB (Red+Green+Blue) = 255+71+149=475 (62% of max value = 765). Red value is 255 (100% from 255 or 53.68% from 475); Green value is 71 (28.12% from 255 or 14.95% from 475); Blue value is 149 (58.59% from 255 or 31.37% from 475); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4795 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4795 is #00B86A. Grayscale: #868686. Windows color (decimal): -47211 or 9783295. OLE color: 9783295.
HSL color Cylindrical-coordinate representation of color #FF4795: hue angle of 334.57º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FF4795 is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 71 | 149 | - |
| CMYK | 0 | 0.72 | 0.42 | 0 |
| HSL | 334.57º | 1% | 0.64% | - |
| HSV(B) | 334.57º | 0.72% | 1% | - |
| XYZ | 48.92 | 27.94 | 31.25 | - |
| YUV | 134.91 | 135.96 | 213.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 71 | 149 | 0 | 0.72 | 0.42 | 0 | 334.57 | 1 | 0.64 |
| Hex | FF | 47 | 95 | 0 | 48 | 2A | 0 | 14F | 64 | 40 |
| Octal | 377 | 107 | 225 | 0 | 110 | 52 | 0 | 517 | 144 | 100 |
| Binary | 11111111 | 1000111 | 10010101 | 0 | 1001000 | 101010 | 0 | 101001111 | 1100100 | 1000000 |
Color Harmonies of #FF4795
Complementary color
Monochromatic Colors of #FF4795
Black with #FF4795
Text Example
Text Example
White with #FF4795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4795; }
p { color: rgb(255,71,149); }
H1.HeaderClassName
{
color: #FF4795;
}
.AnyTagClassName
{
color: #FF4795;
}
</style>
background-color css
<style>
a { background-color: #FF4795; }
a { background-color: rgb(255,71,149); }
div.DivClassName
{
background-color: #FF4795;
}
.BgClassName
{
background-color: #FF4795;
}
</style>
border-color css
<style>
span { border-color: #FF4795; }
span { border-color: rgb(255,71,149); }
td.TdClassName
{
border-color: #FF4795;
}
.TagClassName
{
border-color: #FF4795;
}
</style>