Shades of Brink Pink #FF6B7B
Tints of Brink Pink #FF6B7B
RGB
CMYK
RGB Variations
Color information
#FF6B7B (or 0xFF6B7B) is known color: Brink Pink. HEX triplet: FF, 6B and 7B. RGB value is (255,107,123). Sum of RGB (Red+Green+Blue) = 255+107+123=485 (64% of max value = 765). Red value is 255 (100% from 255 or 52.58% from 485); Green value is 107 (42.19% from 255 or 22.06% from 485); Blue value is 123 (48.44% from 255 or 25.36% from 485); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6B7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6B7B is #009484. Grayscale: #999999. Windows color (decimal): -38021 or 8088575. OLE color: 8088575.
HSL color Cylindrical-coordinate representation of color #FF6B7B: hue angle of 353.51º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FF6B7B is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 107 | 123 | - |
| CMYK | 0 | 0.58 | 0.52 | 0 |
| HSL | 353.51º | 1% | 0.71% | - |
| HSV(B) | 353.51º | 0.58% | 1% | - |
| XYZ | 50.07 | 33.21 | 22.51 | - |
| YUV | 153.08 | 111.03 | 200.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 107 | 123 | 0 | 0.58 | 0.52 | 0 | 353.51 | 1 | 0.71 |
| Hex | FF | 6B | 7B | 0 | 3A | 34 | 0 | 162 | 64 | 47 |
| Octal | 377 | 153 | 173 | 0 | 72 | 64 | 0 | 542 | 144 | 107 |
| Binary | 11111111 | 1101011 | 1111011 | 0 | 111010 | 110100 | 0 | 101100010 | 1100100 | 1000111 |
Color Harmonies of #FF6B7B
Complementary color
Monochromatic Colors of #FF6B7B
Black with #FF6B7B
Text Example
Text Example
White with #FF6B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6B7B; }
p { color: rgb(255,107,123); }
H1.HeaderClassName
{
color: #FF6B7B;
}
.AnyTagClassName
{
color: #FF6B7B;
}
</style>
background-color css
<style>
a { background-color: #FF6B7B; }
a { background-color: rgb(255,107,123); }
div.DivClassName
{
background-color: #FF6B7B;
}
.BgClassName
{
background-color: #FF6B7B;
}
</style>
border-color css
<style>
span { border-color: #FF6B7B; }
span { border-color: rgb(255,107,123); }
td.TdClassName
{
border-color: #FF6B7B;
}
.TagClassName
{
border-color: #FF6B7B;
}
</style>