Shades of Brink Pink #FF6A8B
Tints of Brink Pink #FF6A8B
RGB
CMYK
RGB Variations
Color information
#FF6A8B (or 0xFF6A8B) is known color: Brink Pink. HEX triplet: FF, 6A and 8B. RGB value is (255,106,139). Sum of RGB (Red+Green+Blue) = 255+106+139=500 (66% of max value = 765). Red value is 255 (100% from 255 or 51% from 500); Green value is 106 (41.80% from 255 or 21.2% from 500); Blue value is 139 (54.69% from 255 or 27.8% from 500); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6A8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6A8B is #009574. Grayscale: #9A9A9A. Windows color (decimal): -38261 or 9136895. OLE color: 9136895.
HSL color Cylindrical-coordinate representation of color #FF6A8B: hue angle of 346.71º 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 #FF6A8B is Cyan = 0, Magento = 0.58, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 106 | 139 | - |
| CMYK | 0 | 0.58 | 0.45 | 0 |
| HSL | 346.71º | 1% | 0.71% | - |
| HSV(B) | 346.71º | 0.58% | 1% | - |
| XYZ | 51.05 | 33.43 | 28.19 | - |
| YUV | 154.31 | 119.36 | 199.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 106 | 139 | 0 | 0.58 | 0.45 | 0 | 346.71 | 1 | 0.71 |
| Hex | FF | 6A | 8B | 0 | 3A | 2D | 0 | 15B | 64 | 47 |
| Octal | 377 | 152 | 213 | 0 | 72 | 55 | 0 | 533 | 144 | 107 |
| Binary | 11111111 | 1101010 | 10001011 | 0 | 111010 | 101101 | 0 | 101011011 | 1100100 | 1000111 |
Color Harmonies of #FF6A8B
Complementary color
Monochromatic Colors of #FF6A8B
Black with #FF6A8B
Text Example
Text Example
White with #FF6A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6A8B; }
p { color: rgb(255,106,139); }
H1.HeaderClassName
{
color: #FF6A8B;
}
.AnyTagClassName
{
color: #FF6A8B;
}
</style>
background-color css
<style>
a { background-color: #FF6A8B; }
a { background-color: rgb(255,106,139); }
div.DivClassName
{
background-color: #FF6A8B;
}
.BgClassName
{
background-color: #FF6A8B;
}
</style>
border-color css
<style>
span { border-color: #FF6A8B; }
span { border-color: rgb(255,106,139); }
td.TdClassName
{
border-color: #FF6A8B;
}
.TagClassName
{
border-color: #FF6A8B;
}
</style>