Shades of Brink Pink #FF6B76
Tints of Brink Pink #FF6B76
RGB
CMYK
RGB Variations
Color information
#FF6B76 (or 0xFF6B76) is known color: Brink Pink. HEX triplet: FF, 6B and 76. RGB value is (255,107,118). Sum of RGB (Red+Green+Blue) = 255+107+118=480 (63% of max value = 765). Red value is 255 (100% from 255 or 53.12% from 480); Green value is 107 (42.19% from 255 or 22.29% from 480); Blue value is 118 (46.48% from 255 or 24.58% from 480); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6B76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6B76 is #009489. Grayscale: #989898. Windows color (decimal): -38026 or 7760895. OLE color: 7760895.
HSL color Cylindrical-coordinate representation of color #FF6B76: hue angle of 355.54º 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 #FF6B76 is Cyan = 0, Magento = 0.58, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 107 | 118 | - |
| CMYK | 0 | 0.58 | 0.54 | 0 |
| HSL | 355.54º | 1% | 0.71% | - |
| HSV(B) | 355.54º | 0.58% | 1% | - |
| XYZ | 49.77 | 33.08 | 20.9 | - |
| YUV | 152.51 | 108.53 | 201.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 107 | 118 | 0 | 0.58 | 0.54 | 0 | 355.54 | 1 | 0.71 |
| Hex | FF | 6B | 76 | 0 | 3A | 36 | 0 | 164 | 64 | 47 |
| Octal | 377 | 153 | 166 | 0 | 72 | 66 | 0 | 544 | 144 | 107 |
| Binary | 11111111 | 1101011 | 1110110 | 0 | 111010 | 110110 | 0 | 101100100 | 1100100 | 1000111 |
Color Harmonies of #FF6B76
Complementary color
Monochromatic Colors of #FF6B76
Black with #FF6B76
Text Example
Text Example
White with #FF6B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6B76; }
p { color: rgb(255,107,118); }
H1.HeaderClassName
{
color: #FF6B76;
}
.AnyTagClassName
{
color: #FF6B76;
}
</style>
background-color css
<style>
a { background-color: #FF6B76; }
a { background-color: rgb(255,107,118); }
div.DivClassName
{
background-color: #FF6B76;
}
.BgClassName
{
background-color: #FF6B76;
}
</style>
border-color css
<style>
span { border-color: #FF6B76; }
span { border-color: rgb(255,107,118); }
td.TdClassName
{
border-color: #FF6B76;
}
.TagClassName
{
border-color: #FF6B76;
}
</style>