Shades of Brink Pink #FF6A8F
Tints of Brink Pink #FF6A8F
RGB
CMYK
RGB Variations
Color information
#FF6A8F (or 0xFF6A8F) is known color: Brink Pink. HEX triplet: FF, 6A and 8F. RGB value is (255,106,143). Sum of RGB (Red+Green+Blue) = 255+106+143=504 (66% of max value = 765). Red value is 255 (100% from 255 or 50.60% from 504); Green value is 106 (41.80% from 255 or 21.03% from 504); Blue value is 143 (56.25% from 255 or 28.37% from 504); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6A8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6A8F is #009570. Grayscale: #9A9A9A. Windows color (decimal): -38257 or 9399039. OLE color: 9399039.
HSL color Cylindrical-coordinate representation of color #FF6A8F: hue angle of 345.1º 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 #FF6A8F is Cyan = 0, Magento = 0.58, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 106 | 143 | - |
| CMYK | 0 | 0.58 | 0.44 | 0 |
| HSL | 345.1º | 1% | 0.71% | - |
| HSV(B) | 345.1º | 0.58% | 1% | - |
| XYZ | 51.35 | 33.55 | 29.76 | - |
| YUV | 154.77 | 121.36 | 199.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 106 | 143 | 0 | 0.58 | 0.44 | 0 | 345.1 | 1 | 0.71 |
| Hex | FF | 6A | 8F | 0 | 3A | 2C | 0 | 159 | 64 | 47 |
| Octal | 377 | 152 | 217 | 0 | 72 | 54 | 0 | 531 | 144 | 107 |
| Binary | 11111111 | 1101010 | 10001111 | 0 | 111010 | 101100 | 0 | 101011001 | 1100100 | 1000111 |
Color Harmonies of #FF6A8F
Complementary color
Monochromatic Colors of #FF6A8F
Black with #FF6A8F
Text Example
Text Example
White with #FF6A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6A8F; }
p { color: rgb(255,106,143); }
H1.HeaderClassName
{
color: #FF6A8F;
}
.AnyTagClassName
{
color: #FF6A8F;
}
</style>
background-color css
<style>
a { background-color: #FF6A8F; }
a { background-color: rgb(255,106,143); }
div.DivClassName
{
background-color: #FF6A8F;
}
.BgClassName
{
background-color: #FF6A8F;
}
</style>
border-color css
<style>
span { border-color: #FF6A8F; }
span { border-color: rgb(255,106,143); }
td.TdClassName
{
border-color: #FF6A8F;
}
.TagClassName
{
border-color: #FF6A8F;
}
</style>