Shades of Brink Pink #FF6D76
Tints of Brink Pink #FF6D76
RGB
CMYK
RGB Variations
Color information
#FF6D76 (or 0xFF6D76) is known color: Brink Pink. HEX triplet: FF, 6D and 76. RGB value is (255,109,118). Sum of RGB (Red+Green+Blue) = 255+109+118=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 109 (42.97% from 255 or 22.61% from 482); Blue value is 118 (46.48% from 255 or 24.48% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6D76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6D76 is #009289. Grayscale: #999999. Windows color (decimal): -37514 or 7761407. OLE color: 7761407.
HSL color Cylindrical-coordinate representation of color #FF6D76: hue angle of 356.3º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FF6D76 is Cyan = 0, Magento = 0.57, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 109 | 118 | - |
| CMYK | 0 | 0.57 | 0.54 | 0 |
| HSL | 356.3º | 1% | 0.71% | - |
| HSV(B) | 356.3º | 0.57% | 1% | - |
| XYZ | 49.98 | 33.51 | 20.97 | - |
| YUV | 153.68 | 107.87 | 200.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 109 | 118 | 0 | 0.57 | 0.54 | 0 | 356.3 | 1 | 0.71 |
| Hex | FF | 6D | 76 | 0 | 39 | 36 | 0 | 164 | 64 | 47 |
| Octal | 377 | 155 | 166 | 0 | 71 | 66 | 0 | 544 | 144 | 107 |
| Binary | 11111111 | 1101101 | 1110110 | 0 | 111001 | 110110 | 0 | 101100100 | 1100100 | 1000111 |
Color Harmonies of #FF6D76
Complementary color
Monochromatic Colors of #FF6D76
Black with #FF6D76
Text Example
Text Example
White with #FF6D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6D76; }
p { color: rgb(255,109,118); }
H1.HeaderClassName
{
color: #FF6D76;
}
.AnyTagClassName
{
color: #FF6D76;
}
</style>
background-color css
<style>
a { background-color: #FF6D76; }
a { background-color: rgb(255,109,118); }
div.DivClassName
{
background-color: #FF6D76;
}
.BgClassName
{
background-color: #FF6D76;
}
</style>
border-color css
<style>
span { border-color: #FF6D76; }
span { border-color: rgb(255,109,118); }
td.TdClassName
{
border-color: #FF6D76;
}
.TagClassName
{
border-color: #FF6D76;
}
</style>