Shades of Violet Red #FB408B
Tints of Violet Red #FB408B
RGB
CMYK
RGB Variations
Color information
#FB408B (or 0xFB408B) is known color: Violet Red. HEX triplet: FB, 40 and 8B. RGB value is (251,64,139). Sum of RGB (Red+Green+Blue) = 251+64+139=454 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.29% from 454); Green value is 64 (25.39% from 255 or 14.10% from 454); Blue value is 139 (54.69% from 255 or 30.62% from 454); Max value from RGB is 251 - color contains mainly: red. Hex color #FB408B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB408B is #04BF74. Grayscale: #808080. Windows color (decimal): -311157 or 9126139. OLE color: 9126139.
HSL color Cylindrical-coordinate representation of color #FB408B: hue angle of 335.94º 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 #FB408B is Cyan = 0, Magento = 0.75, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 64 | 139 | - |
| CMYK | 0 | 0.75 | 0.45 | 0.02 |
| HSL | 335.94º | 0.96% | 0.62% | - |
| HSV(B) | 335.94º | 0.75% | 0.98% | - |
| XYZ | 46.28 | 26.04 | 27.01 | - |
| YUV | 128.46 | 133.95 | 215.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 64 | 139 | 0 | 0.75 | 0.45 | 0.02 | 335.94 | 0.96 | 0.62 |
| Hex | FB | 40 | 8B | 0 | 4B | 2D | 2 | 150 | 60 | 3E |
| Octal | 373 | 100 | 213 | 0 | 113 | 55 | 2 | 520 | 140 | 76 |
| Binary | 11111011 | 1000000 | 10001011 | 0 | 1001011 | 101101 | 10 | 101010000 | 1100000 | 111110 |
Color Harmonies of #FB408B
Complementary color
Monochromatic Colors of #FB408B
Black with #FB408B
Text Example
Text Example
White with #FB408B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB408B; }
p { color: rgb(251,64,139); }
H1.HeaderClassName
{
color: #FB408B;
}
.AnyTagClassName
{
color: #FB408B;
}
</style>
background-color css
<style>
a { background-color: #FB408B; }
a { background-color: rgb(251,64,139); }
div.DivClassName
{
background-color: #FB408B;
}
.BgClassName
{
background-color: #FB408B;
}
</style>
border-color css
<style>
span { border-color: #FB408B; }
span { border-color: rgb(251,64,139); }
td.TdClassName
{
border-color: #FB408B;
}
.TagClassName
{
border-color: #FB408B;
}
</style>