Shades of Violet Red #FF4680
Tints of Violet Red #FF4680
RGB
CMYK
RGB Variations
Color information
#FF4680 (or 0xFF4680) is known color: Violet Red. HEX triplet: FF, 46 and 80. RGB value is (255,70,128). Sum of RGB (Red+Green+Blue) = 255+70+128=453 (60% of max value = 765). Red value is 255 (100% from 255 or 56.29% from 453); Green value is 70 (27.73% from 255 or 15.45% from 453); Blue value is 128 (50.39% from 255 or 28.26% from 453); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4680 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4680 is #00B97F. Grayscale: #838383. Windows color (decimal): -47488 or 8406783. OLE color: 8406783.
HSL color Cylindrical-coordinate representation of color #FF4680: hue angle of 341.19º 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 #FF4680 is Cyan = 0, Magento = 0.73, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 70 | 128 | - |
| CMYK | 0 | 0.73 | 0.50 | 0 |
| HSL | 341.19º | 1% | 0.64% | - |
| HSV(B) | 341.19º | 0.73% | 1% | - |
| XYZ | 47.33 | 27.2 | 23.18 | - |
| YUV | 131.93 | 125.79 | 215.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 70 | 128 | 0 | 0.73 | 0.50 | 0 | 341.19 | 1 | 0.64 |
| Hex | FF | 46 | 80 | 0 | 49 | 32 | 0 | 155 | 64 | 40 |
| Octal | 377 | 106 | 200 | 0 | 111 | 62 | 0 | 525 | 144 | 100 |
| Binary | 11111111 | 1000110 | 10000000 | 0 | 1001001 | 110010 | 0 | 101010101 | 1100100 | 1000000 |
Color Harmonies of #FF4680
Complementary color
Monochromatic Colors of #FF4680
Black with #FF4680
Text Example
Text Example
White with #FF4680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4680; }
p { color: rgb(255,70,128); }
H1.HeaderClassName
{
color: #FF4680;
}
.AnyTagClassName
{
color: #FF4680;
}
</style>
background-color css
<style>
a { background-color: #FF4680; }
a { background-color: rgb(255,70,128); }
div.DivClassName
{
background-color: #FF4680;
}
.BgClassName
{
background-color: #FF4680;
}
</style>
border-color css
<style>
span { border-color: #FF4680; }
span { border-color: rgb(255,70,128); }
td.TdClassName
{
border-color: #FF4680;
}
.TagClassName
{
border-color: #FF4680;
}
</style>