Shades of Violet Red #FF4076
Tints of Violet Red #FF4076
RGB
CMYK
RGB Variations
Color information
#FF4076 (or 0xFF4076) is known color: Violet Red. HEX triplet: FF, 40 and 76. RGB value is (255,64,118). Sum of RGB (Red+Green+Blue) = 255+64+118=437 (57% of max value = 765). Red value is 255 (100% from 255 or 58.35% from 437); Green value is 64 (25.39% from 255 or 14.65% from 437); Blue value is 118 (46.48% from 255 or 27.00% from 437); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4076 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4076 is #00BF89. Grayscale: #7F7F7F. Windows color (decimal): -49034 or 7749887. OLE color: 7749887.
HSL color Cylindrical-coordinate representation of color #FF4076: hue angle of 343.04º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FF4076 is Cyan = 0, Magento = 0.75, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 64 | 118 | - |
| CMYK | 0 | 0.75 | 0.54 | 0 |
| HSL | 343.04º | 1% | 0.63% | - |
| HSV(B) | 343.04º | 0.75% | 1% | - |
| XYZ | 46.34 | 26.23 | 19.76 | - |
| YUV | 127.27 | 122.78 | 219.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 64 | 118 | 0 | 0.75 | 0.54 | 0 | 343.04 | 1 | 0.63 |
| Hex | FF | 40 | 76 | 0 | 4B | 36 | 0 | 157 | 64 | 3F |
| Octal | 377 | 100 | 166 | 0 | 113 | 66 | 0 | 527 | 144 | 77 |
| Binary | 11111111 | 1000000 | 1110110 | 0 | 1001011 | 110110 | 0 | 101010111 | 1100100 | 111111 |
Color Harmonies of #FF4076
Complementary color
Monochromatic Colors of #FF4076
Black with #FF4076
Text Example
Text Example
White with #FF4076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4076; }
p { color: rgb(255,64,118); }
H1.HeaderClassName
{
color: #FF4076;
}
.AnyTagClassName
{
color: #FF4076;
}
</style>
background-color css
<style>
a { background-color: #FF4076; }
a { background-color: rgb(255,64,118); }
div.DivClassName
{
background-color: #FF4076;
}
.BgClassName
{
background-color: #FF4076;
}
</style>
border-color css
<style>
span { border-color: #FF4076; }
span { border-color: rgb(255,64,118); }
td.TdClassName
{
border-color: #FF4076;
}
.TagClassName
{
border-color: #FF4076;
}
</style>