Shades of Brink Pink #FF6D8D
Tints of Brink Pink #FF6D8D
RGB
CMYK
RGB Variations
Color information
#FF6D8D (or 0xFF6D8D) is known color: Brink Pink. HEX triplet: FF, 6D and 8D. RGB value is (255,109,141). Sum of RGB (Red+Green+Blue) = 255+109+141=505 (66% of max value = 765). Red value is 255 (100% from 255 or 50.50% from 505); Green value is 109 (42.97% from 255 or 21.58% from 505); Blue value is 141 (55.47% from 255 or 27.92% from 505); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6D8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6D8D is #009272. Grayscale: #9C9C9C. Windows color (decimal): -37491 or 9268735. OLE color: 9268735.
HSL color Cylindrical-coordinate representation of color #FF6D8D: hue angle of 346.85º 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 #FF6D8D is Cyan = 0, Magento = 0.57, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 109 | 141 | - |
| CMYK | 0 | 0.57 | 0.45 | 0 |
| HSL | 346.85º | 1% | 0.71% | - |
| HSV(B) | 346.85º | 0.57% | 1% | - |
| XYZ | 51.52 | 34.12 | 29.07 | - |
| YUV | 156.3 | 119.37 | 198.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 109 | 141 | 0 | 0.57 | 0.45 | 0 | 346.85 | 1 | 0.71 |
| Hex | FF | 6D | 8D | 0 | 39 | 2D | 0 | 15B | 64 | 47 |
| Octal | 377 | 155 | 215 | 0 | 71 | 55 | 0 | 533 | 144 | 107 |
| Binary | 11111111 | 1101101 | 10001101 | 0 | 111001 | 101101 | 0 | 101011011 | 1100100 | 1000111 |
Color Harmonies of #FF6D8D
Complementary color
Monochromatic Colors of #FF6D8D
Black with #FF6D8D
Text Example
Text Example
White with #FF6D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6D8D; }
p { color: rgb(255,109,141); }
H1.HeaderClassName
{
color: #FF6D8D;
}
.AnyTagClassName
{
color: #FF6D8D;
}
</style>
background-color css
<style>
a { background-color: #FF6D8D; }
a { background-color: rgb(255,109,141); }
div.DivClassName
{
background-color: #FF6D8D;
}
.BgClassName
{
background-color: #FF6D8D;
}
</style>
border-color css
<style>
span { border-color: #FF6D8D; }
span { border-color: rgb(255,109,141); }
td.TdClassName
{
border-color: #FF6D8D;
}
.TagClassName
{
border-color: #FF6D8D;
}
</style>