Shades of Brink Pink #FB6777
Tints of Brink Pink #FB6777
RGB
CMYK
RGB Variations
Color information
#FB6777 (or 0xFB6777) is known color: Brink Pink. HEX triplet: FB, 67 and 77. RGB value is (251,103,119). Sum of RGB (Red+Green+Blue) = 251+103+119=473 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.07% from 473); Green value is 103 (40.62% from 255 or 21.78% from 473); Blue value is 119 (46.88% from 255 or 25.16% from 473); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6777 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB6777 is #049888. Grayscale: #959595. Windows color (decimal): -301193 or 7825403. OLE color: 7825403.
HSL color Cylindrical-coordinate representation of color #FB6777: hue angle of 353.51º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FB6777 is Cyan = 0, Magento = 0.59, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 103 | 119 | - |
| CMYK | 0 | 0.59 | 0.53 | 0.02 |
| HSL | 353.51º | 0.95% | 0.69% | - |
| HSV(B) | 353.51º | 0.59% | 0.98% | - |
| XYZ | 47.96 | 31.54 | 21.01 | - |
| YUV | 149.08 | 111.03 | 200.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 103 | 119 | 0 | 0.59 | 0.53 | 0.02 | 353.51 | 0.95 | 0.69 |
| Hex | FB | 67 | 77 | 0 | 3B | 35 | 2 | 162 | 5F | 45 |
| Octal | 373 | 147 | 167 | 0 | 73 | 65 | 2 | 542 | 137 | 105 |
| Binary | 11111011 | 1100111 | 1110111 | 0 | 111011 | 110101 | 10 | 101100010 | 1011111 | 1000101 |
Color Harmonies of #FB6777
Complementary color
Monochromatic Colors of #FB6777
Black with #FB6777
Text Example
Text Example
White with #FB6777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6777; }
p { color: rgb(251,103,119); }
H1.HeaderClassName
{
color: #FB6777;
}
.AnyTagClassName
{
color: #FB6777;
}
</style>
background-color css
<style>
a { background-color: #FB6777; }
a { background-color: rgb(251,103,119); }
div.DivClassName
{
background-color: #FB6777;
}
.BgClassName
{
background-color: #FB6777;
}
</style>
border-color css
<style>
span { border-color: #FB6777; }
span { border-color: rgb(251,103,119); }
td.TdClassName
{
border-color: #FB6777;
}
.TagClassName
{
border-color: #FB6777;
}
</style>