Shades of Violet Red #FB488B
Tints of Violet Red #FB488B
RGB
CMYK
RGB Variations
Color information
#FB488B (or 0xFB488B) is known color: Violet Red. HEX triplet: FB, 48 and 8B. RGB value is (251,72,139). Sum of RGB (Red+Green+Blue) = 251+72+139=462 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.33% from 462); Green value is 72 (28.52% from 255 or 15.58% from 462); Blue value is 139 (54.69% from 255 or 30.09% from 462); Max value from RGB is 251 - color contains mainly: red. Hex color #FB488B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB488B is #04B774. Grayscale: #858585. Windows color (decimal): -309109 or 9128187. OLE color: 9128187.
HSL color Cylindrical-coordinate representation of color #FB488B: hue angle of 337.54º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FB488B is Cyan = 0, Magento = 0.71, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 72 | 139 | - |
| CMYK | 0 | 0.71 | 0.45 | 0.02 |
| HSL | 337.54º | 0.96% | 0.63% | - |
| HSV(B) | 337.54º | 0.71% | 0.98% | - |
| XYZ | 46.76 | 27.01 | 27.17 | - |
| YUV | 133.16 | 131.3 | 212.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 72 | 139 | 0 | 0.71 | 0.45 | 0.02 | 337.54 | 0.96 | 0.63 |
| Hex | FB | 48 | 8B | 0 | 47 | 2D | 2 | 152 | 60 | 3F |
| Octal | 373 | 110 | 213 | 0 | 107 | 55 | 2 | 522 | 140 | 77 |
| Binary | 11111011 | 1001000 | 10001011 | 0 | 1000111 | 101101 | 10 | 101010010 | 1100000 | 111111 |
Color Harmonies of #FB488B
Complementary color
Monochromatic Colors of #FB488B
Black with #FB488B
Text Example
Text Example
White with #FB488B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB488B; }
p { color: rgb(251,72,139); }
H1.HeaderClassName
{
color: #FB488B;
}
.AnyTagClassName
{
color: #FB488B;
}
</style>
background-color css
<style>
a { background-color: #FB488B; }
a { background-color: rgb(251,72,139); }
div.DivClassName
{
background-color: #FB488B;
}
.BgClassName
{
background-color: #FB488B;
}
</style>
border-color css
<style>
span { border-color: #FB488B; }
span { border-color: rgb(251,72,139); }
td.TdClassName
{
border-color: #FB488B;
}
.TagClassName
{
border-color: #FB488B;
}
</style>