Shades of Brink Pink #FB6D7D
Tints of Brink Pink #FB6D7D
RGB
CMYK
RGB Variations
Color information
#FB6D7D (or 0xFB6D7D) is known color: Brink Pink. HEX triplet: FB, 6D and 7D. RGB value is (251,109,125). Sum of RGB (Red+Green+Blue) = 251+109+125=485 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.75% from 485); Green value is 109 (42.97% from 255 or 22.47% from 485); Blue value is 125 (49.22% from 255 or 25.77% from 485); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6D7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB6D7D is #049282. Grayscale: #999999. Windows color (decimal): -299651 or 8220155. OLE color: 8220155.
HSL color Cylindrical-coordinate representation of color #FB6D7D: hue angle of 353.24º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FB6D7D is Cyan = 0, Magento = 0.57, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 109 | 125 | - |
| CMYK | 0 | 0.57 | 0.50 | 0.02 |
| HSL | 353.24º | 0.95% | 0.71% | - |
| HSV(B) | 353.24º | 0.57% | 0.98% | - |
| XYZ | 48.95 | 32.93 | 23.18 | - |
| YUV | 153.28 | 112.04 | 197.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 109 | 125 | 0 | 0.57 | 0.50 | 0.02 | 353.24 | 0.95 | 0.71 |
| Hex | FB | 6D | 7D | 0 | 39 | 32 | 2 | 161 | 5F | 47 |
| Octal | 373 | 155 | 175 | 0 | 71 | 62 | 2 | 541 | 137 | 107 |
| Binary | 11111011 | 1101101 | 1111101 | 0 | 111001 | 110010 | 10 | 101100001 | 1011111 | 1000111 |
Color Harmonies of #FB6D7D
Complementary color
Monochromatic Colors of #FB6D7D
Black with #FB6D7D
Text Example
Text Example
White with #FB6D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6D7D; }
p { color: rgb(251,109,125); }
H1.HeaderClassName
{
color: #FB6D7D;
}
.AnyTagClassName
{
color: #FB6D7D;
}
</style>
background-color css
<style>
a { background-color: #FB6D7D; }
a { background-color: rgb(251,109,125); }
div.DivClassName
{
background-color: #FB6D7D;
}
.BgClassName
{
background-color: #FB6D7D;
}
</style>
border-color css
<style>
span { border-color: #FB6D7D; }
span { border-color: rgb(251,109,125); }
td.TdClassName
{
border-color: #FB6D7D;
}
.TagClassName
{
border-color: #FB6D7D;
}
</style>