Shades of Brink Pink #FF6A8A
Tints of Brink Pink #FF6A8A
RGB
CMYK
RGB Variations
Color information
#FF6A8A (or 0xFF6A8A) is known color: Brink Pink. HEX triplet: FF, 6A and 8A. RGB value is (255,106,138). Sum of RGB (Red+Green+Blue) = 255+106+138=499 (66% of max value = 765). Red value is 255 (100% from 255 or 51.10% from 499); Green value is 106 (41.80% from 255 or 21.24% from 499); Blue value is 138 (54.30% from 255 or 27.66% from 499); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6A8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6A8A is #009575. Grayscale: #9A9A9A. Windows color (decimal): -38262 or 9071359. OLE color: 9071359.
HSL color Cylindrical-coordinate representation of color #FF6A8A: hue angle of 347.11º 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 #FF6A8A is Cyan = 0, Magento = 0.58, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 106 | 138 | - |
| CMYK | 0 | 0.58 | 0.46 | 0 |
| HSL | 347.11º | 1% | 0.71% | - |
| HSV(B) | 347.11º | 0.58% | 1% | - |
| XYZ | 50.98 | 33.4 | 27.81 | - |
| YUV | 154.2 | 118.86 | 199.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 106 | 138 | 0 | 0.58 | 0.46 | 0 | 347.11 | 1 | 0.71 |
| Hex | FF | 6A | 8A | 0 | 3A | 2E | 0 | 15B | 64 | 47 |
| Octal | 377 | 152 | 212 | 0 | 72 | 56 | 0 | 533 | 144 | 107 |
| Binary | 11111111 | 1101010 | 10001010 | 0 | 111010 | 101110 | 0 | 101011011 | 1100100 | 1000111 |
Color Harmonies of #FF6A8A
Complementary color
Monochromatic Colors of #FF6A8A
Black with #FF6A8A
Text Example
Text Example
White with #FF6A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6A8A; }
p { color: rgb(255,106,138); }
H1.HeaderClassName
{
color: #FF6A8A;
}
.AnyTagClassName
{
color: #FF6A8A;
}
</style>
background-color css
<style>
a { background-color: #FF6A8A; }
a { background-color: rgb(255,106,138); }
div.DivClassName
{
background-color: #FF6A8A;
}
.BgClassName
{
background-color: #FF6A8A;
}
</style>
border-color css
<style>
span { border-color: #FF6A8A; }
span { border-color: rgb(255,106,138); }
td.TdClassName
{
border-color: #FF6A8A;
}
.TagClassName
{
border-color: #FF6A8A;
}
</style>