Shades of Brink Pink #FF6B8D
Tints of Brink Pink #FF6B8D
RGB
CMYK
RGB Variations
Color information
#FF6B8D (or 0xFF6B8D) is known color: Brink Pink. HEX triplet: FF, 6B and 8D. RGB value is (255,107,141). Sum of RGB (Red+Green+Blue) = 255+107+141=503 (66% of max value = 765). Red value is 255 (100% from 255 or 50.70% from 503); Green value is 107 (42.19% from 255 or 21.27% from 503); Blue value is 141 (55.47% from 255 or 28.03% from 503); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6B8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6B8D is #009472. Grayscale: #9B9B9B. Windows color (decimal): -38003 or 9268223. OLE color: 9268223.
HSL color Cylindrical-coordinate representation of color #FF6B8D: hue angle of 346.22º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FF6B8D is Cyan = 0, Magento = 0.58, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 107 | 141 | - |
| CMYK | 0 | 0.58 | 0.45 | 0 |
| HSL | 346.22º | 1% | 0.71% | - |
| HSV(B) | 346.22º | 0.58% | 1% | - |
| XYZ | 51.31 | 33.7 | 29 | - |
| YUV | 155.13 | 120.03 | 199.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 107 | 141 | 0 | 0.58 | 0.45 | 0 | 346.22 | 1 | 0.71 |
| Hex | FF | 6B | 8D | 0 | 3A | 2D | 0 | 15A | 64 | 47 |
| Octal | 377 | 153 | 215 | 0 | 72 | 55 | 0 | 532 | 144 | 107 |
| Binary | 11111111 | 1101011 | 10001101 | 0 | 111010 | 101101 | 0 | 101011010 | 1100100 | 1000111 |
Color Harmonies of #FF6B8D
Complementary color
Monochromatic Colors of #FF6B8D
Black with #FF6B8D
Text Example
Text Example
White with #FF6B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6B8D; }
p { color: rgb(255,107,141); }
H1.HeaderClassName
{
color: #FF6B8D;
}
.AnyTagClassName
{
color: #FF6B8D;
}
</style>
background-color css
<style>
a { background-color: #FF6B8D; }
a { background-color: rgb(255,107,141); }
div.DivClassName
{
background-color: #FF6B8D;
}
.BgClassName
{
background-color: #FF6B8D;
}
</style>
border-color css
<style>
span { border-color: #FF6B8D; }
span { border-color: rgb(255,107,141); }
td.TdClassName
{
border-color: #FF6B8D;
}
.TagClassName
{
border-color: #FF6B8D;
}
</style>