Shades of Brink Pink #FF6E8D
Tints of Brink Pink #FF6E8D
RGB
CMYK
RGB Variations
Color information
#FF6E8D (or 0xFF6E8D) is known color: Brink Pink. HEX triplet: FF, 6E and 8D. RGB value is (255,110,141). Sum of RGB (Red+Green+Blue) = 255+110+141=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 110 (43.36% from 255 or 21.74% from 506); Blue value is 141 (55.47% from 255 or 27.87% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6E8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6E8D is #009172. Grayscale: #9C9C9C. Windows color (decimal): -37235 or 9268991. OLE color: 9268991.
HSL color Cylindrical-coordinate representation of color #FF6E8D: hue angle of 347.17º 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 #FF6E8D is Cyan = 0, Magento = 0.57, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 110 | 141 | - |
| CMYK | 0 | 0.57 | 0.45 | 0 |
| HSL | 347.17º | 1% | 0.72% | - |
| HSV(B) | 347.17º | 0.57% | 1% | - |
| XYZ | 51.62 | 34.33 | 29.11 | - |
| YUV | 156.89 | 119.04 | 197.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 110 | 141 | 0 | 0.57 | 0.45 | 0 | 347.17 | 1 | 0.72 |
| Hex | FF | 6E | 8D | 0 | 39 | 2D | 0 | 15B | 64 | 48 |
| Octal | 377 | 156 | 215 | 0 | 71 | 55 | 0 | 533 | 144 | 110 |
| Binary | 11111111 | 1101110 | 10001101 | 0 | 111001 | 101101 | 0 | 101011011 | 1100100 | 1001000 |
Color Harmonies of #FF6E8D
Complementary color
Monochromatic Colors of #FF6E8D
Black with #FF6E8D
Text Example
Text Example
White with #FF6E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6E8D; }
p { color: rgb(255,110,141); }
H1.HeaderClassName
{
color: #FF6E8D;
}
.AnyTagClassName
{
color: #FF6E8D;
}
</style>
background-color css
<style>
a { background-color: #FF6E8D; }
a { background-color: rgb(255,110,141); }
div.DivClassName
{
background-color: #FF6E8D;
}
.BgClassName
{
background-color: #FF6E8D;
}
</style>
border-color css
<style>
span { border-color: #FF6E8D; }
span { border-color: rgb(255,110,141); }
td.TdClassName
{
border-color: #FF6E8D;
}
.TagClassName
{
border-color: #FF6E8D;
}
</style>