Shades of Brink Pink #FF6E76
Tints of Brink Pink #FF6E76
RGB
CMYK
RGB Variations
Color information
#FF6E76 (or 0xFF6E76) is known color: Brink Pink. HEX triplet: FF, 6E and 76. RGB value is (255,110,118). Sum of RGB (Red+Green+Blue) = 255+110+118=483 (63% of max value = 765). Red value is 255 (100% from 255 or 52.80% from 483); Green value is 110 (43.36% from 255 or 22.77% from 483); Blue value is 118 (46.48% from 255 or 24.43% from 483); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6E76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6E76 is #009189. Grayscale: #9A9A9A. Windows color (decimal): -37258 or 7761663. OLE color: 7761663.
HSL color Cylindrical-coordinate representation of color #FF6E76: hue angle of 356.69º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FF6E76 is Cyan = 0, Magento = 0.57, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 110 | 118 | - |
| CMYK | 0 | 0.57 | 0.54 | 0 |
| HSL | 356.69º | 1% | 0.72% | - |
| HSV(B) | 356.69º | 0.57% | 1% | - |
| XYZ | 50.09 | 33.72 | 21.01 | - |
| YUV | 154.27 | 107.54 | 199.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 110 | 118 | 0 | 0.57 | 0.54 | 0 | 356.69 | 1 | 0.72 |
| Hex | FF | 6E | 76 | 0 | 39 | 36 | 0 | 165 | 64 | 48 |
| Octal | 377 | 156 | 166 | 0 | 71 | 66 | 0 | 545 | 144 | 110 |
| Binary | 11111111 | 1101110 | 1110110 | 0 | 111001 | 110110 | 0 | 101100101 | 1100100 | 1001000 |
Color Harmonies of #FF6E76
Complementary color
Monochromatic Colors of #FF6E76
Black with #FF6E76
Text Example
Text Example
White with #FF6E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6E76; }
p { color: rgb(255,110,118); }
H1.HeaderClassName
{
color: #FF6E76;
}
.AnyTagClassName
{
color: #FF6E76;
}
</style>
background-color css
<style>
a { background-color: #FF6E76; }
a { background-color: rgb(255,110,118); }
div.DivClassName
{
background-color: #FF6E76;
}
.BgClassName
{
background-color: #FF6E76;
}
</style>
border-color css
<style>
span { border-color: #FF6E76; }
span { border-color: rgb(255,110,118); }
td.TdClassName
{
border-color: #FF6E76;
}
.TagClassName
{
border-color: #FF6E76;
}
</style>