Shades of Brink Pink #FB7380
Tints of Brink Pink #FB7380
RGB
CMYK
RGB Variations
Color information
#FB7380 (or 0xFB7380) is known color: Brink Pink. HEX triplet: FB, 73 and 80. RGB value is (251,115,128). Sum of RGB (Red+Green+Blue) = 251+115+128=494 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.81% from 494); Green value is 115 (45.31% from 255 or 23.28% from 494); Blue value is 128 (50.39% from 255 or 25.91% from 494); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7380 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB7380 is #048C7F. Grayscale: #9D9D9D. Windows color (decimal): -298112 or 8418299. OLE color: 8418299.
HSL color Cylindrical-coordinate representation of color #FB7380: hue angle of 354.26º 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 #FB7380 is Cyan = 0, Magento = 0.54, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 115 | 128 | - |
| CMYK | 0 | 0.54 | 0.49 | 0.02 |
| HSL | 354.26º | 0.94% | 0.72% | - |
| HSV(B) | 354.26º | 0.54% | 0.98% | - |
| XYZ | 49.81 | 34.33 | 24.42 | - |
| YUV | 157.15 | 111.56 | 194.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 115 | 128 | 0 | 0.54 | 0.49 | 0.02 | 354.26 | 0.94 | 0.72 |
| Hex | FB | 73 | 80 | 0 | 36 | 31 | 2 | 162 | 5E | 48 |
| Octal | 373 | 163 | 200 | 0 | 66 | 61 | 2 | 542 | 136 | 110 |
| Binary | 11111011 | 1110011 | 10000000 | 0 | 110110 | 110001 | 10 | 101100010 | 1011110 | 1001000 |
Color Harmonies of #FB7380
Complementary color
Monochromatic Colors of #FB7380
Black with #FB7380
Text Example
Text Example
White with #FB7380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7380; }
p { color: rgb(251,115,128); }
H1.HeaderClassName
{
color: #FB7380;
}
.AnyTagClassName
{
color: #FB7380;
}
</style>
background-color css
<style>
a { background-color: #FB7380; }
a { background-color: rgb(251,115,128); }
div.DivClassName
{
background-color: #FB7380;
}
.BgClassName
{
background-color: #FB7380;
}
</style>
border-color css
<style>
span { border-color: #FB7380; }
span { border-color: rgb(251,115,128); }
td.TdClassName
{
border-color: #FB7380;
}
.TagClassName
{
border-color: #FB7380;
}
</style>