Shades of Brink Pink #FB6B8A
Tints of Brink Pink #FB6B8A
RGB
CMYK
RGB Variations
Color information
#FB6B8A (or 0xFB6B8A) is known color: Brink Pink. HEX triplet: FB, 6B and 8A. RGB value is (251,107,138). Sum of RGB (Red+Green+Blue) = 251+107+138=496 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.60% from 496); Green value is 107 (42.19% from 255 or 21.57% from 496); Blue value is 138 (54.30% from 255 or 27.82% from 496); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6B8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB6B8A is #049475. Grayscale: #999999. Windows color (decimal): -300150 or 9071611. OLE color: 9071611.
HSL color Cylindrical-coordinate representation of color #FB6B8A: hue angle of 347.08º 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 #FB6B8A is Cyan = 0, Magento = 0.57, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 107 | 138 | - |
| CMYK | 0 | 0.57 | 0.45 | 0.02 |
| HSL | 347.08º | 0.95% | 0.7% | - |
| HSV(B) | 347.08º | 0.57% | 0.98% | - |
| XYZ | 49.63 | 32.86 | 27.77 | - |
| YUV | 153.59 | 119.21 | 197.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 107 | 138 | 0 | 0.57 | 0.45 | 0.02 | 347.08 | 0.95 | 0.7 |
| Hex | FB | 6B | 8A | 0 | 39 | 2D | 2 | 15B | 5F | 46 |
| Octal | 373 | 153 | 212 | 0 | 71 | 55 | 2 | 533 | 137 | 106 |
| Binary | 11111011 | 1101011 | 10001010 | 0 | 111001 | 101101 | 10 | 101011011 | 1011111 | 1000110 |
Color Harmonies of #FB6B8A
Complementary color
Monochromatic Colors of #FB6B8A
Black with #FB6B8A
Text Example
Text Example
White with #FB6B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6B8A; }
p { color: rgb(251,107,138); }
H1.HeaderClassName
{
color: #FB6B8A;
}
.AnyTagClassName
{
color: #FB6B8A;
}
</style>
background-color css
<style>
a { background-color: #FB6B8A; }
a { background-color: rgb(251,107,138); }
div.DivClassName
{
background-color: #FB6B8A;
}
.BgClassName
{
background-color: #FB6B8A;
}
</style>
border-color css
<style>
span { border-color: #FB6B8A; }
span { border-color: rgb(251,107,138); }
td.TdClassName
{
border-color: #FB6B8A;
}
.TagClassName
{
border-color: #FB6B8A;
}
</style>