Shades of Violet Red #FB408D
Tints of Violet Red #FB408D
RGB
CMYK
RGB Variations
Color information
#FB408D (or 0xFB408D) is known color: Violet Red. HEX triplet: FB, 40 and 8D. RGB value is (251,64,141). Sum of RGB (Red+Green+Blue) = 251+64+141=456 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.04% from 456); Green value is 64 (25.39% from 255 or 14.04% from 456); Blue value is 141 (55.47% from 255 or 30.92% from 456); Max value from RGB is 251 - color contains mainly: red. Hex color #FB408D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB408D is #04BF72. Grayscale: #808080. Windows color (decimal): -311155 or 9257211. OLE color: 9257211.
HSL color Cylindrical-coordinate representation of color #FB408D: hue angle of 335.29º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FB408D is Cyan = 0, Magento = 0.75, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 64 | 141 | - |
| CMYK | 0 | 0.75 | 0.44 | 0.02 |
| HSL | 335.29º | 0.96% | 0.62% | - |
| HSV(B) | 335.29º | 0.75% | 0.98% | - |
| XYZ | 46.42 | 26.1 | 27.79 | - |
| YUV | 128.69 | 134.95 | 215.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 64 | 141 | 0 | 0.75 | 0.44 | 0.02 | 335.29 | 0.96 | 0.62 |
| Hex | FB | 40 | 8D | 0 | 4B | 2C | 2 | 14F | 60 | 3E |
| Octal | 373 | 100 | 215 | 0 | 113 | 54 | 2 | 517 | 140 | 76 |
| Binary | 11111011 | 1000000 | 10001101 | 0 | 1001011 | 101100 | 10 | 101001111 | 1100000 | 111110 |
Color Harmonies of #FB408D
Complementary color
Monochromatic Colors of #FB408D
Black with #FB408D
Text Example
Text Example
White with #FB408D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB408D; }
p { color: rgb(251,64,141); }
H1.HeaderClassName
{
color: #FB408D;
}
.AnyTagClassName
{
color: #FB408D;
}
</style>
background-color css
<style>
a { background-color: #FB408D; }
a { background-color: rgb(251,64,141); }
div.DivClassName
{
background-color: #FB408D;
}
.BgClassName
{
background-color: #FB408D;
}
</style>
border-color css
<style>
span { border-color: #FB408D; }
span { border-color: rgb(251,64,141); }
td.TdClassName
{
border-color: #FB408D;
}
.TagClassName
{
border-color: #FB408D;
}
</style>