Shades of Brink Pink #FF6E7D
Tints of Brink Pink #FF6E7D
RGB
CMYK
RGB Variations
Color information
#FF6E7D (or 0xFF6E7D) is known color: Brink Pink. HEX triplet: FF, 6E and 7D. RGB value is (255,110,125). Sum of RGB (Red+Green+Blue) = 255+110+125=490 (64% of max value = 765). Red value is 255 (100% from 255 or 52.04% from 490); Green value is 110 (43.36% from 255 or 22.45% from 490); Blue value is 125 (49.22% from 255 or 25.51% from 490); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6E7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6E7D is #009182. Grayscale: #9B9B9B. Windows color (decimal): -37251 or 8220415. OLE color: 8220415.
HSL color Cylindrical-coordinate representation of color #FF6E7D: hue angle of 353.79º 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 #FF6E7D is Cyan = 0, Magento = 0.57, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 110 | 125 | - |
| CMYK | 0 | 0.57 | 0.51 | 0 |
| HSL | 353.79º | 1% | 0.72% | - |
| HSV(B) | 353.79º | 0.57% | 1% | - |
| XYZ | 50.52 | 33.89 | 23.28 | - |
| YUV | 155.07 | 111.04 | 199.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 110 | 125 | 0 | 0.57 | 0.51 | 0 | 353.79 | 1 | 0.72 |
| Hex | FF | 6E | 7D | 0 | 39 | 33 | 0 | 162 | 64 | 48 |
| Octal | 377 | 156 | 175 | 0 | 71 | 63 | 0 | 542 | 144 | 110 |
| Binary | 11111111 | 1101110 | 1111101 | 0 | 111001 | 110011 | 0 | 101100010 | 1100100 | 1001000 |
Color Harmonies of #FF6E7D
Complementary color
Monochromatic Colors of #FF6E7D
Black with #FF6E7D
Text Example
Text Example
White with #FF6E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6E7D; }
p { color: rgb(255,110,125); }
H1.HeaderClassName
{
color: #FF6E7D;
}
.AnyTagClassName
{
color: #FF6E7D;
}
</style>
background-color css
<style>
a { background-color: #FF6E7D; }
a { background-color: rgb(255,110,125); }
div.DivClassName
{
background-color: #FF6E7D;
}
.BgClassName
{
background-color: #FF6E7D;
}
</style>
border-color css
<style>
span { border-color: #FF6E7D; }
span { border-color: rgb(255,110,125); }
td.TdClassName
{
border-color: #FF6E7D;
}
.TagClassName
{
border-color: #FF6E7D;
}
</style>