Shades of Violet Red #FF4088
Tints of Violet Red #FF4088
RGB
CMYK
RGB Variations
Color information
#FF4088 (or 0xFF4088) is known color: Violet Red. HEX triplet: FF, 40 and 88. RGB value is (255,64,136). Sum of RGB (Red+Green+Blue) = 255+64+136=455 (60% of max value = 765). Red value is 255 (100% from 255 or 56.04% from 455); Green value is 64 (25.39% from 255 or 14.07% from 455); Blue value is 136 (53.52% from 255 or 29.89% from 455); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4088 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4088 is #00BF77. Grayscale: #818181. Windows color (decimal): -49016 or 8929535. OLE color: 8929535.
HSL color Cylindrical-coordinate representation of color #FF4088: hue angle of 337.38º 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 #FF4088 is Cyan = 0, Magento = 0.75, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 64 | 136 | - |
| CMYK | 0 | 0.75 | 0.47 | 0 |
| HSL | 337.38º | 1% | 0.63% | - |
| HSV(B) | 337.38º | 0.75% | 1% | - |
| XYZ | 47.52 | 26.7 | 25.94 | - |
| YUV | 129.32 | 131.78 | 217.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 64 | 136 | 0 | 0.75 | 0.47 | 0 | 337.38 | 1 | 0.63 |
| Hex | FF | 40 | 88 | 0 | 4B | 2F | 0 | 151 | 64 | 3F |
| Octal | 377 | 100 | 210 | 0 | 113 | 57 | 0 | 521 | 144 | 77 |
| Binary | 11111111 | 1000000 | 10001000 | 0 | 1001011 | 101111 | 0 | 101010001 | 1100100 | 111111 |
Color Harmonies of #FF4088
Complementary color
Monochromatic Colors of #FF4088
Black with #FF4088
Text Example
Text Example
White with #FF4088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4088; }
p { color: rgb(255,64,136); }
H1.HeaderClassName
{
color: #FF4088;
}
.AnyTagClassName
{
color: #FF4088;
}
</style>
background-color css
<style>
a { background-color: #FF4088; }
a { background-color: rgb(255,64,136); }
div.DivClassName
{
background-color: #FF4088;
}
.BgClassName
{
background-color: #FF4088;
}
</style>
border-color css
<style>
span { border-color: #FF4088; }
span { border-color: rgb(255,64,136); }
td.TdClassName
{
border-color: #FF4088;
}
.TagClassName
{
border-color: #FF4088;
}
</style>