Shades of Brink Pink #FB6F7B
Tints of Brink Pink #FB6F7B
RGB
CMYK
RGB Variations
Color information
#FB6F7B (or 0xFB6F7B) is known color: Brink Pink. HEX triplet: FB, 6F and 7B. RGB value is (251,111,123). Sum of RGB (Red+Green+Blue) = 251+111+123=485 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.75% from 485); Green value is 111 (43.75% from 255 or 22.89% from 485); Blue value is 123 (48.44% from 255 or 25.36% from 485); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6F7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB6F7B is #049084. Grayscale: #9A9A9A. Windows color (decimal): -299141 or 8089595. OLE color: 8089595.
HSL color Cylindrical-coordinate representation of color #FB6F7B: hue angle of 354.86º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FB6F7B is Cyan = 0, Magento = 0.56, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 111 | 123 | - |
| CMYK | 0 | 0.56 | 0.51 | 0.02 |
| HSL | 354.86º | 0.95% | 0.71% | - |
| HSV(B) | 354.86º | 0.56% | 0.98% | - |
| XYZ | 49.04 | 33.31 | 22.58 | - |
| YUV | 154.23 | 110.38 | 197.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 111 | 123 | 0 | 0.56 | 0.51 | 0.02 | 354.86 | 0.95 | 0.71 |
| Hex | FB | 6F | 7B | 0 | 38 | 33 | 2 | 163 | 5F | 47 |
| Octal | 373 | 157 | 173 | 0 | 70 | 63 | 2 | 543 | 137 | 107 |
| Binary | 11111011 | 1101111 | 1111011 | 0 | 111000 | 110011 | 10 | 101100011 | 1011111 | 1000111 |
Color Harmonies of #FB6F7B
Complementary color
Monochromatic Colors of #FB6F7B
Black with #FB6F7B
Text Example
Text Example
White with #FB6F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6F7B; }
p { color: rgb(251,111,123); }
H1.HeaderClassName
{
color: #FB6F7B;
}
.AnyTagClassName
{
color: #FB6F7B;
}
</style>
background-color css
<style>
a { background-color: #FB6F7B; }
a { background-color: rgb(251,111,123); }
div.DivClassName
{
background-color: #FB6F7B;
}
.BgClassName
{
background-color: #FB6F7B;
}
</style>
border-color css
<style>
span { border-color: #FB6F7B; }
span { border-color: rgb(251,111,123); }
td.TdClassName
{
border-color: #FB6F7B;
}
.TagClassName
{
border-color: #FB6F7B;
}
</style>