Shades of Violet Red #FB488E
Tints of Violet Red #FB488E
RGB
CMYK
RGB Variations
Color information
#FB488E (or 0xFB488E) is known color: Violet Red. HEX triplet: FB, 48 and 8E. RGB value is (251,72,142). Sum of RGB (Red+Green+Blue) = 251+72+142=465 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.98% from 465); Green value is 72 (28.52% from 255 or 15.48% from 465); Blue value is 142 (55.86% from 255 or 30.54% from 465); Max value from RGB is 251 - color contains mainly: red. Hex color #FB488E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB488E is #04B771. Grayscale: #858585. Windows color (decimal): -309106 or 9324795. OLE color: 9324795.
HSL color Cylindrical-coordinate representation of color #FB488E: hue angle of 336.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 #FB488E is Cyan = 0, Magento = 0.71, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 72 | 142 | - |
| CMYK | 0 | 0.71 | 0.43 | 0.02 |
| HSL | 336.54º | 0.96% | 0.63% | - |
| HSV(B) | 336.54º | 0.71% | 0.98% | - |
| XYZ | 46.98 | 27.1 | 28.35 | - |
| YUV | 133.5 | 132.8 | 211.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 72 | 142 | 0 | 0.71 | 0.43 | 0.02 | 336.54 | 0.96 | 0.63 |
| Hex | FB | 48 | 8E | 0 | 47 | 2B | 2 | 151 | 60 | 3F |
| Octal | 373 | 110 | 216 | 0 | 107 | 53 | 2 | 521 | 140 | 77 |
| Binary | 11111011 | 1001000 | 10001110 | 0 | 1000111 | 101011 | 10 | 101010001 | 1100000 | 111111 |
Color Harmonies of #FB488E
Complementary color
Monochromatic Colors of #FB488E
Black with #FB488E
Text Example
Text Example
White with #FB488E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB488E; }
p { color: rgb(251,72,142); }
H1.HeaderClassName
{
color: #FB488E;
}
.AnyTagClassName
{
color: #FB488E;
}
</style>
background-color css
<style>
a { background-color: #FB488E; }
a { background-color: rgb(251,72,142); }
div.DivClassName
{
background-color: #FB488E;
}
.BgClassName
{
background-color: #FB488E;
}
</style>
border-color css
<style>
span { border-color: #FB488E; }
span { border-color: rgb(251,72,142); }
td.TdClassName
{
border-color: #FB488E;
}
.TagClassName
{
border-color: #FB488E;
}
</style>