Shades of Brink Pink #FF6F81
Tints of Brink Pink #FF6F81
RGB
CMYK
RGB Variations
Color information
#FF6F81 (or 0xFF6F81) is known color: Brink Pink. HEX triplet: FF, 6F and 81. RGB value is (255,111,129). Sum of RGB (Red+Green+Blue) = 255+111+129=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 111 (43.75% from 255 or 22.42% from 495); Blue value is 129 (50.78% from 255 or 26.06% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6F81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6F81 is #00907E. Grayscale: #9C9C9C. Windows color (decimal): -36991 or 8482815. OLE color: 8482815.
HSL color Cylindrical-coordinate representation of color #FF6F81: hue angle of 352.5º 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 #FF6F81 is Cyan = 0, Magento = 0.56, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 111 | 129 | - |
| CMYK | 0 | 0.56 | 0.49 | 0 |
| HSL | 352.5º | 1% | 0.72% | - |
| HSV(B) | 352.5º | 0.56% | 1% | - |
| XYZ | 50.89 | 34.21 | 24.69 | - |
| YUV | 156.11 | 112.71 | 198.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 111 | 129 | 0 | 0.56 | 0.49 | 0 | 352.5 | 1 | 0.72 |
| Hex | FF | 6F | 81 | 0 | 38 | 31 | 0 | 160 | 64 | 48 |
| Octal | 377 | 157 | 201 | 0 | 70 | 61 | 0 | 540 | 144 | 110 |
| Binary | 11111111 | 1101111 | 10000001 | 0 | 111000 | 110001 | 0 | 101100000 | 1100100 | 1001000 |
Color Harmonies of #FF6F81
Complementary color
Monochromatic Colors of #FF6F81
Black with #FF6F81
Text Example
Text Example
White with #FF6F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6F81; }
p { color: rgb(255,111,129); }
H1.HeaderClassName
{
color: #FF6F81;
}
.AnyTagClassName
{
color: #FF6F81;
}
</style>
background-color css
<style>
a { background-color: #FF6F81; }
a { background-color: rgb(255,111,129); }
div.DivClassName
{
background-color: #FF6F81;
}
.BgClassName
{
background-color: #FF6F81;
}
</style>
border-color css
<style>
span { border-color: #FF6F81; }
span { border-color: rgb(255,111,129); }
td.TdClassName
{
border-color: #FF6F81;
}
.TagClassName
{
border-color: #FF6F81;
}
</style>