Shades of Violet Red #FB408C
Tints of Violet Red #FB408C
RGB
CMYK
RGB Variations
Color information
#FB408C (or 0xFB408C) is known color: Violet Red. HEX triplet: FB, 40 and 8C. RGB value is (251,64,140). Sum of RGB (Red+Green+Blue) = 251+64+140=455 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.16% from 455); Green value is 64 (25.39% from 255 or 14.07% from 455); Blue value is 140 (55.08% from 255 or 30.77% from 455); Max value from RGB is 251 - color contains mainly: red. Hex color #FB408C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB408C is #04BF73. Grayscale: #808080. Windows color (decimal): -311156 or 9191675. OLE color: 9191675.
HSL color Cylindrical-coordinate representation of color #FB408C: hue angle of 335.61º 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 #FB408C is Cyan = 0, Magento = 0.75, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 64 | 140 | - |
| CMYK | 0 | 0.75 | 0.44 | 0.02 |
| HSL | 335.62º | 0.96% | 0.62% | - |
| HSV(B) | 335.62º | 0.75% | 0.98% | - |
| XYZ | 46.35 | 26.07 | 27.4 | - |
| YUV | 128.58 | 134.45 | 215.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 64 | 140 | 0 | 0.75 | 0.44 | 0.02 | 335.62 | 0.96 | 0.62 |
| Hex | FB | 40 | 8C | 0 | 4B | 2C | 2 | 150 | 60 | 3E |
| Octal | 373 | 100 | 214 | 0 | 113 | 54 | 2 | 520 | 140 | 76 |
| Binary | 11111011 | 1000000 | 10001100 | 0 | 1001011 | 101100 | 10 | 101010000 | 1100000 | 111110 |
Color Harmonies of #FB408C
Complementary color
Monochromatic Colors of #FB408C
Black with #FB408C
Text Example
Text Example
White with #FB408C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB408C; }
p { color: rgb(251,64,140); }
H1.HeaderClassName
{
color: #FB408C;
}
.AnyTagClassName
{
color: #FB408C;
}
</style>
background-color css
<style>
a { background-color: #FB408C; }
a { background-color: rgb(251,64,140); }
div.DivClassName
{
background-color: #FB408C;
}
.BgClassName
{
background-color: #FB408C;
}
</style>
border-color css
<style>
span { border-color: #FB408C; }
span { border-color: rgb(251,64,140); }
td.TdClassName
{
border-color: #FB408C;
}
.TagClassName
{
border-color: #FB408C;
}
</style>