Shades of Brink Pink #FF6F80
Tints of Brink Pink #FF6F80
RGB
CMYK
RGB Variations
Color information
#FF6F80 (or 0xFF6F80) is known color: Brink Pink. HEX triplet: FF, 6F and 80. RGB value is (255,111,128). Sum of RGB (Red+Green+Blue) = 255+111+128=494 (65% of max value = 765). Red value is 255 (100% from 255 or 51.62% from 494); Green value is 111 (43.75% from 255 or 22.47% from 494); Blue value is 128 (50.39% from 255 or 25.91% from 494); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6F80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6F80 is #00907F. Grayscale: #9C9C9C. Windows color (decimal): -36992 or 8417279. OLE color: 8417279.
HSL color Cylindrical-coordinate representation of color #FF6F80: hue angle of 352.92º 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 #FF6F80 is Cyan = 0, Magento = 0.56, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 111 | 128 | - |
| CMYK | 0 | 0.56 | 0.50 | 0 |
| HSL | 352.92º | 1% | 0.72% | - |
| HSV(B) | 352.92º | 0.56% | 1% | - |
| XYZ | 50.82 | 34.19 | 24.34 | - |
| YUV | 155.99 | 112.21 | 198.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 111 | 128 | 0 | 0.56 | 0.50 | 0 | 352.92 | 1 | 0.72 |
| Hex | FF | 6F | 80 | 0 | 38 | 32 | 0 | 161 | 64 | 48 |
| Octal | 377 | 157 | 200 | 0 | 70 | 62 | 0 | 541 | 144 | 110 |
| Binary | 11111111 | 1101111 | 10000000 | 0 | 111000 | 110010 | 0 | 101100001 | 1100100 | 1001000 |
Color Harmonies of #FF6F80
Complementary color
Monochromatic Colors of #FF6F80
Black with #FF6F80
Text Example
Text Example
White with #FF6F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6F80; }
p { color: rgb(255,111,128); }
H1.HeaderClassName
{
color: #FF6F80;
}
.AnyTagClassName
{
color: #FF6F80;
}
</style>
background-color css
<style>
a { background-color: #FF6F80; }
a { background-color: rgb(255,111,128); }
div.DivClassName
{
background-color: #FF6F80;
}
.BgClassName
{
background-color: #FF6F80;
}
</style>
border-color css
<style>
span { border-color: #FF6F80; }
span { border-color: rgb(255,111,128); }
td.TdClassName
{
border-color: #FF6F80;
}
.TagClassName
{
border-color: #FF6F80;
}
</style>