Shades of Brink Pink #FF6B7A
Tints of Brink Pink #FF6B7A
RGB
CMYK
RGB Variations
Color information
#FF6B7A (or 0xFF6B7A) is known color: Brink Pink. HEX triplet: FF, 6B and 7A. RGB value is (255,107,122). Sum of RGB (Red+Green+Blue) = 255+107+122=484 (64% of max value = 765). Red value is 255 (100% from 255 or 52.69% from 484); Green value is 107 (42.19% from 255 or 22.11% from 484); Blue value is 122 (48.05% from 255 or 25.21% from 484); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6B7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6B7A is #009485. Grayscale: #999999. Windows color (decimal): -38022 or 8023039. OLE color: 8023039.
HSL color Cylindrical-coordinate representation of color #FF6B7A: hue angle of 353.92º 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 #FF6B7A is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 107 | 122 | - |
| CMYK | 0 | 0.58 | 0.52 | 0 |
| HSL | 353.92º | 1% | 0.71% | - |
| HSV(B) | 353.92º | 0.58% | 1% | - |
| XYZ | 50.01 | 33.18 | 22.18 | - |
| YUV | 152.96 | 110.53 | 200.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 107 | 122 | 0 | 0.58 | 0.52 | 0 | 353.92 | 1 | 0.71 |
| Hex | FF | 6B | 7A | 0 | 3A | 34 | 0 | 162 | 64 | 47 |
| Octal | 377 | 153 | 172 | 0 | 72 | 64 | 0 | 542 | 144 | 107 |
| Binary | 11111111 | 1101011 | 1111010 | 0 | 111010 | 110100 | 0 | 101100010 | 1100100 | 1000111 |
Color Harmonies of #FF6B7A
Complementary color
Monochromatic Colors of #FF6B7A
Black with #FF6B7A
Text Example
Text Example
White with #FF6B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6B7A; }
p { color: rgb(255,107,122); }
H1.HeaderClassName
{
color: #FF6B7A;
}
.AnyTagClassName
{
color: #FF6B7A;
}
</style>
background-color css
<style>
a { background-color: #FF6B7A; }
a { background-color: rgb(255,107,122); }
div.DivClassName
{
background-color: #FF6B7A;
}
.BgClassName
{
background-color: #FF6B7A;
}
</style>
border-color css
<style>
span { border-color: #FF6B7A; }
span { border-color: rgb(255,107,122); }
td.TdClassName
{
border-color: #FF6B7A;
}
.TagClassName
{
border-color: #FF6B7A;
}
</style>