Shades of Violet Red #FF4075
Tints of Violet Red #FF4075
RGB
CMYK
RGB Variations
Color information
#FF4075 (or 0xFF4075) is known color: Violet Red. HEX triplet: FF, 40 and 75. RGB value is (255,64,117). Sum of RGB (Red+Green+Blue) = 255+64+117=436 (57% of max value = 765). Red value is 255 (100% from 255 or 58.49% from 436); Green value is 64 (25.39% from 255 or 14.68% from 436); Blue value is 117 (46.09% from 255 or 26.83% from 436); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4075 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4075 is #00BF8A. Grayscale: #7F7F7F. Windows color (decimal): -49035 or 7684351. OLE color: 7684351.
HSL color Cylindrical-coordinate representation of color #FF4075: hue angle of 343.35º 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 #FF4075 is Cyan = 0, Magento = 0.75, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 64 | 117 | - |
| CMYK | 0 | 0.75 | 0.54 | 0 |
| HSL | 343.35º | 1% | 0.63% | - |
| HSV(B) | 343.35º | 0.75% | 1% | - |
| XYZ | 46.28 | 26.21 | 19.45 | - |
| YUV | 127.15 | 122.28 | 219.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 64 | 117 | 0 | 0.75 | 0.54 | 0 | 343.35 | 1 | 0.63 |
| Hex | FF | 40 | 75 | 0 | 4B | 36 | 0 | 157 | 64 | 3F |
| Octal | 377 | 100 | 165 | 0 | 113 | 66 | 0 | 527 | 144 | 77 |
| Binary | 11111111 | 1000000 | 1110101 | 0 | 1001011 | 110110 | 0 | 101010111 | 1100100 | 111111 |
Color Harmonies of #FF4075
Complementary color
Monochromatic Colors of #FF4075
Black with #FF4075
Text Example
Text Example
White with #FF4075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4075; }
p { color: rgb(255,64,117); }
H1.HeaderClassName
{
color: #FF4075;
}
.AnyTagClassName
{
color: #FF4075;
}
</style>
background-color css
<style>
a { background-color: #FF4075; }
a { background-color: rgb(255,64,117); }
div.DivClassName
{
background-color: #FF4075;
}
.BgClassName
{
background-color: #FF4075;
}
</style>
border-color css
<style>
span { border-color: #FF4075; }
span { border-color: rgb(255,64,117); }
td.TdClassName
{
border-color: #FF4075;
}
.TagClassName
{
border-color: #FF4075;
}
</style>