Shades of Violet Red #FF4176
Tints of Violet Red #FF4176
RGB
CMYK
RGB Variations
Color information
#FF4176 (or 0xFF4176) is known color: Violet Red. HEX triplet: FF, 41 and 76. RGB value is (255,65,118). Sum of RGB (Red+Green+Blue) = 255+65+118=438 (58% of max value = 765). Red value is 255 (100% from 255 or 58.22% from 438); Green value is 65 (25.78% from 255 or 14.84% from 438); Blue value is 118 (46.48% from 255 or 26.94% from 438); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4176 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4176 is #00BE89. Grayscale: #7F7F7F. Windows color (decimal): -48778 or 7750143. OLE color: 7750143.
HSL color Cylindrical-coordinate representation of color #FF4176: hue angle of 343.26º 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 #FF4176 is Cyan = 0, Magento = 0.75, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 65 | 118 | - |
| CMYK | 0 | 0.75 | 0.54 | 0 |
| HSL | 343.26º | 1% | 0.63% | - |
| HSV(B) | 343.26º | 0.75% | 1% | - |
| XYZ | 46.4 | 26.35 | 19.78 | - |
| YUV | 127.85 | 122.45 | 218.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 65 | 118 | 0 | 0.75 | 0.54 | 0 | 343.26 | 1 | 0.63 |
| Hex | FF | 41 | 76 | 0 | 4B | 36 | 0 | 157 | 64 | 3F |
| Octal | 377 | 101 | 166 | 0 | 113 | 66 | 0 | 527 | 144 | 77 |
| Binary | 11111111 | 1000001 | 1110110 | 0 | 1001011 | 110110 | 0 | 101010111 | 1100100 | 111111 |
Color Harmonies of #FF4176
Complementary color
Monochromatic Colors of #FF4176
Black with #FF4176
Text Example
Text Example
White with #FF4176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4176; }
p { color: rgb(255,65,118); }
H1.HeaderClassName
{
color: #FF4176;
}
.AnyTagClassName
{
color: #FF4176;
}
</style>
background-color css
<style>
a { background-color: #FF4176; }
a { background-color: rgb(255,65,118); }
div.DivClassName
{
background-color: #FF4176;
}
.BgClassName
{
background-color: #FF4176;
}
</style>
border-color css
<style>
span { border-color: #FF4176; }
span { border-color: rgb(255,65,118); }
td.TdClassName
{
border-color: #FF4176;
}
.TagClassName
{
border-color: #FF4176;
}
</style>