Shades of Violet Red #FF3988
Tints of Violet Red #FF3988
RGB
CMYK
RGB Variations
Color information
#FF3988 (or 0xFF3988) is known color: Violet Red. HEX triplet: FF, 39 and 88. RGB value is (255,57,136). Sum of RGB (Red+Green+Blue) = 255+57+136=448 (59% of max value = 765). Red value is 255 (100% from 255 or 56.92% from 448); Green value is 57 (22.66% from 255 or 12.72% from 448); Blue value is 136 (53.52% from 255 or 30.36% from 448); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3988 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3988 is #00C677. Grayscale: #7D7D7D. Windows color (decimal): -50808 or 8927743. OLE color: 8927743.
HSL color Cylindrical-coordinate representation of color #FF3988: hue angle of 336.06º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FF3988 is Cyan = 0, Magento = 0.78, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 57 | 136 | - |
| CMYK | 0 | 0.78 | 0.47 | 0 |
| HSL | 336.06º | 1% | 0.61% | - |
| HSV(B) | 336.06º | 0.78% | 1% | - |
| XYZ | 47.15 | 25.96 | 25.82 | - |
| YUV | 125.21 | 134.1 | 220.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 57 | 136 | 0 | 0.78 | 0.47 | 0 | 336.06 | 1 | 0.61 |
| Hex | FF | 39 | 88 | 0 | 4E | 2F | 0 | 150 | 64 | 3D |
| Octal | 377 | 71 | 210 | 0 | 116 | 57 | 0 | 520 | 144 | 75 |
| Binary | 11111111 | 111001 | 10001000 | 0 | 1001110 | 101111 | 0 | 101010000 | 1100100 | 111101 |
Color Harmonies of #FF3988
Complementary color
Monochromatic Colors of #FF3988
Black with #FF3988
Text Example
Text Example
White with #FF3988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3988; }
p { color: rgb(255,57,136); }
H1.HeaderClassName
{
color: #FF3988;
}
.AnyTagClassName
{
color: #FF3988;
}
</style>
background-color css
<style>
a { background-color: #FF3988; }
a { background-color: rgb(255,57,136); }
div.DivClassName
{
background-color: #FF3988;
}
.BgClassName
{
background-color: #FF3988;
}
</style>
border-color css
<style>
span { border-color: #FF3988; }
span { border-color: rgb(255,57,136); }
td.TdClassName
{
border-color: #FF3988;
}
.TagClassName
{
border-color: #FF3988;
}
</style>