Shades of Violet Red #FF4087
Tints of Violet Red #FF4087
RGB
CMYK
RGB Variations
Color information
#FF4087 (or 0xFF4087) is known color: Violet Red. HEX triplet: FF, 40 and 87. RGB value is (255,64,135). Sum of RGB (Red+Green+Blue) = 255+64+135=454 (60% of max value = 765). Red value is 255 (100% from 255 or 56.17% from 454); Green value is 64 (25.39% from 255 or 14.10% from 454); Blue value is 135 (53.12% from 255 or 29.74% from 454); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4087 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4087 is #00BF78. Grayscale: #818181. Windows color (decimal): -49017 or 8863999. OLE color: 8863999.
HSL color Cylindrical-coordinate representation of color #FF4087: hue angle of 337.7º 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 #FF4087 is Cyan = 0, Magento = 0.75, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 64 | 135 | - |
| CMYK | 0 | 0.75 | 0.47 | 0 |
| HSL | 337.7º | 1% | 0.63% | - |
| HSV(B) | 337.7º | 0.75% | 1% | - |
| XYZ | 47.45 | 26.68 | 25.57 | - |
| YUV | 129.2 | 131.28 | 217.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 64 | 135 | 0 | 0.75 | 0.47 | 0 | 337.7 | 1 | 0.63 |
| Hex | FF | 40 | 87 | 0 | 4B | 2F | 0 | 152 | 64 | 3F |
| Octal | 377 | 100 | 207 | 0 | 113 | 57 | 0 | 522 | 144 | 77 |
| Binary | 11111111 | 1000000 | 10000111 | 0 | 1001011 | 101111 | 0 | 101010010 | 1100100 | 111111 |
Color Harmonies of #FF4087
Complementary color
Monochromatic Colors of #FF4087
Black with #FF4087
Text Example
Text Example
White with #FF4087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4087; }
p { color: rgb(255,64,135); }
H1.HeaderClassName
{
color: #FF4087;
}
.AnyTagClassName
{
color: #FF4087;
}
</style>
background-color css
<style>
a { background-color: #FF4087; }
a { background-color: rgb(255,64,135); }
div.DivClassName
{
background-color: #FF4087;
}
.BgClassName
{
background-color: #FF4087;
}
</style>
border-color css
<style>
span { border-color: #FF4087; }
span { border-color: rgb(255,64,135); }
td.TdClassName
{
border-color: #FF4087;
}
.TagClassName
{
border-color: #FF4087;
}
</style>