Shades of Brink Pink #FF6A8C
Tints of Brink Pink #FF6A8C
RGB
CMYK
RGB Variations
Color information
#FF6A8C (or 0xFF6A8C) is known color: Brink Pink. HEX triplet: FF, 6A and 8C. RGB value is (255,106,140). Sum of RGB (Red+Green+Blue) = 255+106+140=501 (66% of max value = 765). Red value is 255 (100% from 255 or 50.90% from 501); Green value is 106 (41.80% from 255 or 21.16% from 501); Blue value is 140 (55.08% from 255 or 27.94% from 501); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6A8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6A8C is #009573. Grayscale: #9A9A9A. Windows color (decimal): -38260 or 9202431. OLE color: 9202431.
HSL color Cylindrical-coordinate representation of color #FF6A8C: hue angle of 346.31º 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 #FF6A8C is Cyan = 0, Magento = 0.58, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 106 | 140 | - |
| CMYK | 0 | 0.58 | 0.45 | 0 |
| HSL | 346.31º | 1% | 0.71% | - |
| HSV(B) | 346.31º | 0.58% | 1% | - |
| XYZ | 51.13 | 33.46 | 28.57 | - |
| YUV | 154.43 | 119.86 | 199.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 106 | 140 | 0 | 0.58 | 0.45 | 0 | 346.31 | 1 | 0.71 |
| Hex | FF | 6A | 8C | 0 | 3A | 2D | 0 | 15A | 64 | 47 |
| Octal | 377 | 152 | 214 | 0 | 72 | 55 | 0 | 532 | 144 | 107 |
| Binary | 11111111 | 1101010 | 10001100 | 0 | 111010 | 101101 | 0 | 101011010 | 1100100 | 1000111 |
Color Harmonies of #FF6A8C
Complementary color
Monochromatic Colors of #FF6A8C
Black with #FF6A8C
Text Example
Text Example
White with #FF6A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6A8C; }
p { color: rgb(255,106,140); }
H1.HeaderClassName
{
color: #FF6A8C;
}
.AnyTagClassName
{
color: #FF6A8C;
}
</style>
background-color css
<style>
a { background-color: #FF6A8C; }
a { background-color: rgb(255,106,140); }
div.DivClassName
{
background-color: #FF6A8C;
}
.BgClassName
{
background-color: #FF6A8C;
}
</style>
border-color css
<style>
span { border-color: #FF6A8C; }
span { border-color: rgb(255,106,140); }
td.TdClassName
{
border-color: #FF6A8C;
}
.TagClassName
{
border-color: #FF6A8C;
}
</style>