Shades of Brink Pink #FB7285
Tints of Brink Pink #FB7285
RGB
CMYK
RGB Variations
Color information
#FB7285 (or 0xFB7285) is known color: Brink Pink. HEX triplet: FB, 72 and 85. RGB value is (251,114,133). Sum of RGB (Red+Green+Blue) = 251+114+133=498 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.40% from 498); Green value is 114 (44.92% from 255 or 22.89% from 498); Blue value is 133 (52.34% from 255 or 26.71% from 498); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7285 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB7285 is #048D7A. Grayscale: #9D9D9D. Windows color (decimal): -298363 or 8745723. OLE color: 8745723.
HSL color Cylindrical-coordinate representation of color #FB7285: hue angle of 351.68º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FB7285 is Cyan = 0, Magento = 0.55, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 114 | 133 | - |
| CMYK | 0 | 0.55 | 0.47 | 0.02 |
| HSL | 351.68º | 0.94% | 0.72% | - |
| HSV(B) | 351.68º | 0.55% | 0.98% | - |
| XYZ | 50.03 | 34.24 | 26.16 | - |
| YUV | 157.13 | 114.39 | 194.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 114 | 133 | 0 | 0.55 | 0.47 | 0.02 | 351.68 | 0.94 | 0.72 |
| Hex | FB | 72 | 85 | 0 | 37 | 2F | 2 | 160 | 5E | 48 |
| Octal | 373 | 162 | 205 | 0 | 67 | 57 | 2 | 540 | 136 | 110 |
| Binary | 11111011 | 1110010 | 10000101 | 0 | 110111 | 101111 | 10 | 101100000 | 1011110 | 1001000 |
Color Harmonies of #FB7285
Complementary color
Monochromatic Colors of #FB7285
Black with #FB7285
Text Example
Text Example
White with #FB7285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7285; }
p { color: rgb(251,114,133); }
H1.HeaderClassName
{
color: #FB7285;
}
.AnyTagClassName
{
color: #FB7285;
}
</style>
background-color css
<style>
a { background-color: #FB7285; }
a { background-color: rgb(251,114,133); }
div.DivClassName
{
background-color: #FB7285;
}
.BgClassName
{
background-color: #FB7285;
}
</style>
border-color css
<style>
span { border-color: #FB7285; }
span { border-color: rgb(251,114,133); }
td.TdClassName
{
border-color: #FB7285;
}
.TagClassName
{
border-color: #FB7285;
}
</style>