Shades of Brink Pink #FF6A8D
Tints of Brink Pink #FF6A8D
RGB
CMYK
RGB Variations
Color information
#FF6A8D (or 0xFF6A8D) is known color: Brink Pink. HEX triplet: FF, 6A and 8D. RGB value is (255,106,141). Sum of RGB (Red+Green+Blue) = 255+106+141=502 (66% of max value = 765). Red value is 255 (100% from 255 or 50.80% from 502); Green value is 106 (41.80% from 255 or 21.12% from 502); Blue value is 141 (55.47% from 255 or 28.09% from 502); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6A8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6A8D is #009572. Grayscale: #9A9A9A. Windows color (decimal): -38259 or 9267967. OLE color: 9267967.
HSL color Cylindrical-coordinate representation of color #FF6A8D: hue angle of 345.91º 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 #FF6A8D is Cyan = 0, Magento = 0.58, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 106 | 141 | - |
| CMYK | 0 | 0.58 | 0.45 | 0 |
| HSL | 345.91º | 1% | 0.71% | - |
| HSV(B) | 345.91º | 0.58% | 1% | - |
| XYZ | 51.2 | 33.49 | 28.97 | - |
| YUV | 154.54 | 120.36 | 199.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 106 | 141 | 0 | 0.58 | 0.45 | 0 | 345.91 | 1 | 0.71 |
| Hex | FF | 6A | 8D | 0 | 3A | 2D | 0 | 15A | 64 | 47 |
| Octal | 377 | 152 | 215 | 0 | 72 | 55 | 0 | 532 | 144 | 107 |
| Binary | 11111111 | 1101010 | 10001101 | 0 | 111010 | 101101 | 0 | 101011010 | 1100100 | 1000111 |
Color Harmonies of #FF6A8D
Complementary color
Monochromatic Colors of #FF6A8D
Black with #FF6A8D
Text Example
Text Example
White with #FF6A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6A8D; }
p { color: rgb(255,106,141); }
H1.HeaderClassName
{
color: #FF6A8D;
}
.AnyTagClassName
{
color: #FF6A8D;
}
</style>
background-color css
<style>
a { background-color: #FF6A8D; }
a { background-color: rgb(255,106,141); }
div.DivClassName
{
background-color: #FF6A8D;
}
.BgClassName
{
background-color: #FF6A8D;
}
</style>
border-color css
<style>
span { border-color: #FF6A8D; }
span { border-color: rgb(255,106,141); }
td.TdClassName
{
border-color: #FF6A8D;
}
.TagClassName
{
border-color: #FF6A8D;
}
</style>