Shades of Brink Pink #FF6C77
Tints of Brink Pink #FF6C77
RGB
CMYK
RGB Variations
Color information
#FF6C77 (or 0xFF6C77) is known color: Brink Pink. HEX triplet: FF, 6C and 77. RGB value is (255,108,119). Sum of RGB (Red+Green+Blue) = 255+108+119=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 108 (42.58% from 255 or 22.41% from 482); Blue value is 119 (46.88% from 255 or 24.69% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6C77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6C77 is #009388. Grayscale: #999999. Windows color (decimal): -37769 or 7826687. OLE color: 7826687.
HSL color Cylindrical-coordinate representation of color #FF6C77: hue angle of 355.51º 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 #FF6C77 is Cyan = 0, Magento = 0.58, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 108 | 119 | - |
| CMYK | 0 | 0.58 | 0.53 | 0 |
| HSL | 355.51º | 1% | 0.71% | - |
| HSV(B) | 355.51º | 0.58% | 1% | - |
| XYZ | 49.93 | 33.32 | 21.25 | - |
| YUV | 153.21 | 108.7 | 200.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 108 | 119 | 0 | 0.58 | 0.53 | 0 | 355.51 | 1 | 0.71 |
| Hex | FF | 6C | 77 | 0 | 3A | 35 | 0 | 164 | 64 | 47 |
| Octal | 377 | 154 | 167 | 0 | 72 | 65 | 0 | 544 | 144 | 107 |
| Binary | 11111111 | 1101100 | 1110111 | 0 | 111010 | 110101 | 0 | 101100100 | 1100100 | 1000111 |
Color Harmonies of #FF6C77
Complementary color
Monochromatic Colors of #FF6C77
Black with #FF6C77
Text Example
Text Example
White with #FF6C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6C77; }
p { color: rgb(255,108,119); }
H1.HeaderClassName
{
color: #FF6C77;
}
.AnyTagClassName
{
color: #FF6C77;
}
</style>
background-color css
<style>
a { background-color: #FF6C77; }
a { background-color: rgb(255,108,119); }
div.DivClassName
{
background-color: #FF6C77;
}
.BgClassName
{
background-color: #FF6C77;
}
</style>
border-color css
<style>
span { border-color: #FF6C77; }
span { border-color: rgb(255,108,119); }
td.TdClassName
{
border-color: #FF6C77;
}
.TagClassName
{
border-color: #FF6C77;
}
</style>