Shades of Brink Pink #FB727F
Tints of Brink Pink #FB727F
RGB
CMYK
RGB Variations
Color information
#FB727F (or 0xFB727F) is known color: Brink Pink. HEX triplet: FB, 72 and 7F. RGB value is (251,114,127). Sum of RGB (Red+Green+Blue) = 251+114+127=492 (65% of max value = 765). Red value is 251 (98.44% from 255 or 51.02% from 492); Green value is 114 (44.92% from 255 or 23.17% from 492); Blue value is 127 (50% from 255 or 25.81% from 492); Max value from RGB is 251 - color contains mainly: red. Hex color #FB727F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB727F is #048D80. Grayscale: #9C9C9C. Windows color (decimal): -298369 or 8352507. OLE color: 8352507.
HSL color Cylindrical-coordinate representation of color #FB727F: hue angle of 354.31º 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 #FB727F is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 114 | 127 | - |
| CMYK | 0 | 0.55 | 0.49 | 0.02 |
| HSL | 354.31º | 0.94% | 0.72% | - |
| HSV(B) | 354.31º | 0.55% | 0.98% | - |
| XYZ | 49.63 | 34.08 | 24.04 | - |
| YUV | 156.45 | 111.39 | 195.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 114 | 127 | 0 | 0.55 | 0.49 | 0.02 | 354.31 | 0.94 | 0.72 |
| Hex | FB | 72 | 7F | 0 | 37 | 31 | 2 | 162 | 5E | 48 |
| Octal | 373 | 162 | 177 | 0 | 67 | 61 | 2 | 542 | 136 | 110 |
| Binary | 11111011 | 1110010 | 1111111 | 0 | 110111 | 110001 | 10 | 101100010 | 1011110 | 1001000 |
Color Harmonies of #FB727F
Complementary color
Monochromatic Colors of #FB727F
Black with #FB727F
Text Example
Text Example
White with #FB727F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB727F; }
p { color: rgb(251,114,127); }
H1.HeaderClassName
{
color: #FB727F;
}
.AnyTagClassName
{
color: #FB727F;
}
</style>
background-color css
<style>
a { background-color: #FB727F; }
a { background-color: rgb(251,114,127); }
div.DivClassName
{
background-color: #FB727F;
}
.BgClassName
{
background-color: #FB727F;
}
</style>
border-color css
<style>
span { border-color: #FB727F; }
span { border-color: rgb(251,114,127); }
td.TdClassName
{
border-color: #FB727F;
}
.TagClassName
{
border-color: #FB727F;
}
</style>