Shades of Violet Red #FF4695
Tints of Violet Red #FF4695
RGB
CMYK
RGB Variations
Color information
#FF4695 (or 0xFF4695) is known color: Violet Red. HEX triplet: FF, 46 and 95. RGB value is (255,70,149). Sum of RGB (Red+Green+Blue) = 255+70+149=474 (62% of max value = 765). Red value is 255 (100% from 255 or 53.80% from 474); Green value is 70 (27.73% from 255 or 14.77% from 474); Blue value is 149 (58.59% from 255 or 31.43% from 474); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4695 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4695 is #00B96A. Grayscale: #868686. Windows color (decimal): -47467 or 9783039. OLE color: 9783039.
HSL color Cylindrical-coordinate representation of color #FF4695: hue angle of 334.38º 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 #FF4695 is Cyan = 0, Magento = 0.73, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 70 | 149 | - |
| CMYK | 0 | 0.73 | 0.42 | 0 |
| HSL | 334.38º | 1% | 0.64% | - |
| HSV(B) | 334.38º | 0.73% | 1% | - |
| XYZ | 48.85 | 27.81 | 31.23 | - |
| YUV | 134.32 | 136.29 | 214.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 70 | 149 | 0 | 0.73 | 0.42 | 0 | 334.38 | 1 | 0.64 |
| Hex | FF | 46 | 95 | 0 | 49 | 2A | 0 | 14E | 64 | 40 |
| Octal | 377 | 106 | 225 | 0 | 111 | 52 | 0 | 516 | 144 | 100 |
| Binary | 11111111 | 1000110 | 10010101 | 0 | 1001001 | 101010 | 0 | 101001110 | 1100100 | 1000000 |
Color Harmonies of #FF4695
Complementary color
Monochromatic Colors of #FF4695
Black with #FF4695
Text Example
Text Example
White with #FF4695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4695; }
p { color: rgb(255,70,149); }
H1.HeaderClassName
{
color: #FF4695;
}
.AnyTagClassName
{
color: #FF4695;
}
</style>
background-color css
<style>
a { background-color: #FF4695; }
a { background-color: rgb(255,70,149); }
div.DivClassName
{
background-color: #FF4695;
}
.BgClassName
{
background-color: #FF4695;
}
</style>
border-color css
<style>
span { border-color: #FF4695; }
span { border-color: rgb(255,70,149); }
td.TdClassName
{
border-color: #FF4695;
}
.TagClassName
{
border-color: #FF4695;
}
</style>