Shades of Violet Red #FF4786
Tints of Violet Red #FF4786
RGB
CMYK
RGB Variations
Color information
#FF4786 (or 0xFF4786) is known color: Violet Red. HEX triplet: FF, 47 and 86. RGB value is (255,71,134). Sum of RGB (Red+Green+Blue) = 255+71+134=460 (60% of max value = 765). Red value is 255 (100% from 255 or 55.43% from 460); Green value is 71 (28.12% from 255 or 15.43% from 460); Blue value is 134 (52.73% from 255 or 29.13% from 460); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4786 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4786 is #00B879. Grayscale: #858585. Windows color (decimal): -47226 or 8800255. OLE color: 8800255.
HSL color Cylindrical-coordinate representation of color #FF4786: hue angle of 339.46º 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 #FF4786 is Cyan = 0, Magento = 0.72, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 71 | 134 | - |
| CMYK | 0 | 0.72 | 0.47 | 0 |
| HSL | 339.46º | 1% | 0.64% | - |
| HSV(B) | 339.46º | 0.72% | 1% | - |
| XYZ | 47.8 | 27.49 | 25.34 | - |
| YUV | 133.2 | 128.46 | 214.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 71 | 134 | 0 | 0.72 | 0.47 | 0 | 339.46 | 1 | 0.64 |
| Hex | FF | 47 | 86 | 0 | 48 | 2F | 0 | 153 | 64 | 40 |
| Octal | 377 | 107 | 206 | 0 | 110 | 57 | 0 | 523 | 144 | 100 |
| Binary | 11111111 | 1000111 | 10000110 | 0 | 1001000 | 101111 | 0 | 101010011 | 1100100 | 1000000 |
Color Harmonies of #FF4786
Complementary color
Monochromatic Colors of #FF4786
Black with #FF4786
Text Example
Text Example
White with #FF4786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4786; }
p { color: rgb(255,71,134); }
H1.HeaderClassName
{
color: #FF4786;
}
.AnyTagClassName
{
color: #FF4786;
}
</style>
background-color css
<style>
a { background-color: #FF4786; }
a { background-color: rgb(255,71,134); }
div.DivClassName
{
background-color: #FF4786;
}
.BgClassName
{
background-color: #FF4786;
}
</style>
border-color css
<style>
span { border-color: #FF4786; }
span { border-color: rgb(255,71,134); }
td.TdClassName
{
border-color: #FF4786;
}
.TagClassName
{
border-color: #FF4786;
}
</style>