Shades of Brink Pink #FB7488
Tints of Brink Pink #FB7488
RGB
CMYK
RGB Variations
Color information
#FB7488 (or 0xFB7488) is known color: Brink Pink. HEX triplet: FB, 74 and 88. RGB value is (251,116,136). Sum of RGB (Red+Green+Blue) = 251+116+136=503 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.90% from 503); Green value is 116 (45.70% from 255 or 23.06% from 503); Blue value is 136 (53.52% from 255 or 27.04% from 503); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7488 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB7488 is #048B77. Grayscale: #9E9E9E. Windows color (decimal): -297848 or 8942843. OLE color: 8942843.
HSL color Cylindrical-coordinate representation of color #FB7488: hue angle of 351.11º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FB7488 is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 116 | 136 | - |
| CMYK | 0 | 0.54 | 0.46 | 0.02 |
| HSL | 351.11º | 0.94% | 0.72% | - |
| HSV(B) | 351.11º | 0.54% | 0.98% | - |
| XYZ | 50.47 | 34.78 | 27.35 | - |
| YUV | 158.65 | 115.23 | 193.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 116 | 136 | 0 | 0.54 | 0.46 | 0.02 | 351.11 | 0.94 | 0.72 |
| Hex | FB | 74 | 88 | 0 | 36 | 2E | 2 | 15F | 5E | 48 |
| Octal | 373 | 164 | 210 | 0 | 66 | 56 | 2 | 537 | 136 | 110 |
| Binary | 11111011 | 1110100 | 10001000 | 0 | 110110 | 101110 | 10 | 101011111 | 1011110 | 1001000 |
Color Harmonies of #FB7488
Complementary color
Monochromatic Colors of #FB7488
Black with #FB7488
Text Example
Text Example
White with #FB7488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7488; }
p { color: rgb(251,116,136); }
H1.HeaderClassName
{
color: #FB7488;
}
.AnyTagClassName
{
color: #FB7488;
}
</style>
background-color css
<style>
a { background-color: #FB7488; }
a { background-color: rgb(251,116,136); }
div.DivClassName
{
background-color: #FB7488;
}
.BgClassName
{
background-color: #FB7488;
}
</style>
border-color css
<style>
span { border-color: #FB7488; }
span { border-color: rgb(251,116,136); }
td.TdClassName
{
border-color: #FB7488;
}
.TagClassName
{
border-color: #FB7488;
}
</style>