Shades of Brink Pink #FB6B7B
Tints of Brink Pink #FB6B7B
RGB
CMYK
RGB Variations
Color information
#FB6B7B (or 0xFB6B7B) is known color: Brink Pink. HEX triplet: FB, 6B and 7B. RGB value is (251,107,123). Sum of RGB (Red+Green+Blue) = 251+107+123=481 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.18% from 481); Green value is 107 (42.19% from 255 or 22.25% from 481); Blue value is 123 (48.44% from 255 or 25.57% from 481); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6B7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB6B7B is #049484. Grayscale: #979797. Windows color (decimal): -300165 or 8088571. OLE color: 8088571.
HSL color Cylindrical-coordinate representation of color #FB6B7B: hue angle of 353.33º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FB6B7B is Cyan = 0, Magento = 0.57, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 107 | 123 | - |
| CMYK | 0 | 0.57 | 0.51 | 0.02 |
| HSL | 353.33º | 0.95% | 0.7% | - |
| HSV(B) | 353.33º | 0.57% | 0.98% | - |
| XYZ | 48.62 | 32.45 | 22.44 | - |
| YUV | 151.88 | 111.71 | 198.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 107 | 123 | 0 | 0.57 | 0.51 | 0.02 | 353.33 | 0.95 | 0.7 |
| Hex | FB | 6B | 7B | 0 | 39 | 33 | 2 | 161 | 5F | 46 |
| Octal | 373 | 153 | 173 | 0 | 71 | 63 | 2 | 541 | 137 | 106 |
| Binary | 11111011 | 1101011 | 1111011 | 0 | 111001 | 110011 | 10 | 101100001 | 1011111 | 1000110 |
Color Harmonies of #FB6B7B
Complementary color
Monochromatic Colors of #FB6B7B
Black with #FB6B7B
Text Example
Text Example
White with #FB6B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6B7B; }
p { color: rgb(251,107,123); }
H1.HeaderClassName
{
color: #FB6B7B;
}
.AnyTagClassName
{
color: #FB6B7B;
}
</style>
background-color css
<style>
a { background-color: #FB6B7B; }
a { background-color: rgb(251,107,123); }
div.DivClassName
{
background-color: #FB6B7B;
}
.BgClassName
{
background-color: #FB6B7B;
}
</style>
border-color css
<style>
span { border-color: #FB6B7B; }
span { border-color: rgb(251,107,123); }
td.TdClassName
{
border-color: #FB6B7B;
}
.TagClassName
{
border-color: #FB6B7B;
}
</style>