Shades of Violet Red #FF4476
Tints of Violet Red #FF4476
RGB
CMYK
RGB Variations
Color information
#FF4476 (or 0xFF4476) is known color: Violet Red. HEX triplet: FF, 44 and 76. RGB value is (255,68,118). Sum of RGB (Red+Green+Blue) = 255+68+118=441 (58% of max value = 765). Red value is 255 (100% from 255 or 57.82% from 441); Green value is 68 (26.95% from 255 or 15.42% from 441); Blue value is 118 (46.48% from 255 or 26.76% from 441); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4476 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4476 is #00BB89. Grayscale: #818181. Windows color (decimal): -48010 or 7750911. OLE color: 7750911.
HSL color Cylindrical-coordinate representation of color #FF4476: hue angle of 343.96º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FF4476 is Cyan = 0, Magento = 0.73, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 68 | 118 | - |
| CMYK | 0 | 0.73 | 0.54 | 0 |
| HSL | 343.96º | 1% | 0.63% | - |
| HSV(B) | 343.96º | 0.73% | 1% | - |
| XYZ | 46.58 | 26.7 | 19.84 | - |
| YUV | 129.61 | 121.45 | 217.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 68 | 118 | 0 | 0.73 | 0.54 | 0 | 343.96 | 1 | 0.63 |
| Hex | FF | 44 | 76 | 0 | 49 | 36 | 0 | 158 | 64 | 3F |
| Octal | 377 | 104 | 166 | 0 | 111 | 66 | 0 | 530 | 144 | 77 |
| Binary | 11111111 | 1000100 | 1110110 | 0 | 1001001 | 110110 | 0 | 101011000 | 1100100 | 111111 |
Color Harmonies of #FF4476
Complementary color
Monochromatic Colors of #FF4476
Black with #FF4476
Text Example
Text Example
White with #FF4476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4476; }
p { color: rgb(255,68,118); }
H1.HeaderClassName
{
color: #FF4476;
}
.AnyTagClassName
{
color: #FF4476;
}
</style>
background-color css
<style>
a { background-color: #FF4476; }
a { background-color: rgb(255,68,118); }
div.DivClassName
{
background-color: #FF4476;
}
.BgClassName
{
background-color: #FF4476;
}
</style>
border-color css
<style>
span { border-color: #FF4476; }
span { border-color: rgb(255,68,118); }
td.TdClassName
{
border-color: #FF4476;
}
.TagClassName
{
border-color: #FF4476;
}
</style>