Shades of Brink Pink #FB6D7C
Tints of Brink Pink #FB6D7C
RGB
CMYK
RGB Variations
Color information
#FB6D7C (or 0xFB6D7C) is known color: Brink Pink. HEX triplet: FB, 6D and 7C. RGB value is (251,109,124). Sum of RGB (Red+Green+Blue) = 251+109+124=484 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.86% from 484); Green value is 109 (42.97% from 255 or 22.52% from 484); Blue value is 124 (48.83% from 255 or 25.62% from 484); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6D7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB6D7C is #049283. Grayscale: #999999. Windows color (decimal): -299652 or 8154619. OLE color: 8154619.
HSL color Cylindrical-coordinate representation of color #FB6D7C: hue angle of 353.66º 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 #FB6D7C is Cyan = 0, Magento = 0.57, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 109 | 124 | - |
| CMYK | 0 | 0.57 | 0.51 | 0.02 |
| HSL | 353.66º | 0.95% | 0.71% | - |
| HSV(B) | 353.66º | 0.57% | 0.98% | - |
| XYZ | 48.89 | 32.9 | 22.84 | - |
| YUV | 153.17 | 111.54 | 197.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 109 | 124 | 0 | 0.57 | 0.51 | 0.02 | 353.66 | 0.95 | 0.71 |
| Hex | FB | 6D | 7C | 0 | 39 | 33 | 2 | 162 | 5F | 47 |
| Octal | 373 | 155 | 174 | 0 | 71 | 63 | 2 | 542 | 137 | 107 |
| Binary | 11111011 | 1101101 | 1111100 | 0 | 111001 | 110011 | 10 | 101100010 | 1011111 | 1000111 |
Color Harmonies of #FB6D7C
Complementary color
Monochromatic Colors of #FB6D7C
Black with #FB6D7C
Text Example
Text Example
White with #FB6D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6D7C; }
p { color: rgb(251,109,124); }
H1.HeaderClassName
{
color: #FB6D7C;
}
.AnyTagClassName
{
color: #FB6D7C;
}
</style>
background-color css
<style>
a { background-color: #FB6D7C; }
a { background-color: rgb(251,109,124); }
div.DivClassName
{
background-color: #FB6D7C;
}
.BgClassName
{
background-color: #FB6D7C;
}
</style>
border-color css
<style>
span { border-color: #FB6D7C; }
span { border-color: rgb(251,109,124); }
td.TdClassName
{
border-color: #FB6D7C;
}
.TagClassName
{
border-color: #FB6D7C;
}
</style>