Shades of Brink Pink #FF6F77
Tints of Brink Pink #FF6F77
RGB
CMYK
RGB Variations
Color information
#FF6F77 (or 0xFF6F77) is known color: Brink Pink. HEX triplet: FF, 6F and 77. RGB value is (255,111,119). Sum of RGB (Red+Green+Blue) = 255+111+119=485 (64% of max value = 765). Red value is 255 (100% from 255 or 52.58% from 485); Green value is 111 (43.75% from 255 or 22.89% from 485); Blue value is 119 (46.88% from 255 or 24.54% from 485); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6F77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6F77 is #009088. Grayscale: #9B9B9B. Windows color (decimal): -37001 or 7827455. OLE color: 7827455.
HSL color Cylindrical-coordinate representation of color #FF6F77: hue angle of 356.67º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FF6F77 is Cyan = 0, Magento = 0.56, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 111 | 119 | - |
| CMYK | 0 | 0.56 | 0.53 | 0 |
| HSL | 356.67º | 1% | 0.72% | - |
| HSV(B) | 356.67º | 0.56% | 1% | - |
| XYZ | 50.25 | 33.96 | 21.36 | - |
| YUV | 154.97 | 107.71 | 199.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 111 | 119 | 0 | 0.56 | 0.53 | 0 | 356.67 | 1 | 0.72 |
| Hex | FF | 6F | 77 | 0 | 38 | 35 | 0 | 165 | 64 | 48 |
| Octal | 377 | 157 | 167 | 0 | 70 | 65 | 0 | 545 | 144 | 110 |
| Binary | 11111111 | 1101111 | 1110111 | 0 | 111000 | 110101 | 0 | 101100101 | 1100100 | 1001000 |
Color Harmonies of #FF6F77
Complementary color
Monochromatic Colors of #FF6F77
Black with #FF6F77
Text Example
Text Example
White with #FF6F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6F77; }
p { color: rgb(255,111,119); }
H1.HeaderClassName
{
color: #FF6F77;
}
.AnyTagClassName
{
color: #FF6F77;
}
</style>
background-color css
<style>
a { background-color: #FF6F77; }
a { background-color: rgb(255,111,119); }
div.DivClassName
{
background-color: #FF6F77;
}
.BgClassName
{
background-color: #FF6F77;
}
</style>
border-color css
<style>
span { border-color: #FF6F77; }
span { border-color: rgb(255,111,119); }
td.TdClassName
{
border-color: #FF6F77;
}
.TagClassName
{
border-color: #FF6F77;
}
</style>