Shades of Brink Pink #FF6F8B
Tints of Brink Pink #FF6F8B
RGB
CMYK
RGB Variations
Color information
#FF6F8B (or 0xFF6F8B) is known color: Brink Pink. HEX triplet: FF, 6F and 8B. RGB value is (255,111,139). Sum of RGB (Red+Green+Blue) = 255+111+139=505 (66% of max value = 765). Red value is 255 (100% from 255 or 50.50% from 505); Green value is 111 (43.75% from 255 or 21.98% from 505); Blue value is 139 (54.69% from 255 or 27.52% from 505); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6F8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6F8B is #009074. Grayscale: #9D9D9D. Windows color (decimal): -36981 or 9138175. OLE color: 9138175.
HSL color Cylindrical-coordinate representation of color #FF6F8B: hue angle of 348.33º 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 #FF6F8B is Cyan = 0, Magento = 0.56, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 111 | 139 | - |
| CMYK | 0 | 0.56 | 0.45 | 0 |
| HSL | 348.33º | 1% | 0.72% | - |
| HSV(B) | 348.33º | 0.56% | 1% | - |
| XYZ | 51.58 | 34.49 | 28.37 | - |
| YUV | 157.25 | 117.71 | 197.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 111 | 139 | 0 | 0.56 | 0.45 | 0 | 348.33 | 1 | 0.72 |
| Hex | FF | 6F | 8B | 0 | 38 | 2D | 0 | 15C | 64 | 48 |
| Octal | 377 | 157 | 213 | 0 | 70 | 55 | 0 | 534 | 144 | 110 |
| Binary | 11111111 | 1101111 | 10001011 | 0 | 111000 | 101101 | 0 | 101011100 | 1100100 | 1001000 |
Color Harmonies of #FF6F8B
Complementary color
Monochromatic Colors of #FF6F8B
Black with #FF6F8B
Text Example
Text Example
White with #FF6F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6F8B; }
p { color: rgb(255,111,139); }
H1.HeaderClassName
{
color: #FF6F8B;
}
.AnyTagClassName
{
color: #FF6F8B;
}
</style>
background-color css
<style>
a { background-color: #FF6F8B; }
a { background-color: rgb(255,111,139); }
div.DivClassName
{
background-color: #FF6F8B;
}
.BgClassName
{
background-color: #FF6F8B;
}
</style>
border-color css
<style>
span { border-color: #FF6F8B; }
span { border-color: rgb(255,111,139); }
td.TdClassName
{
border-color: #FF6F8B;
}
.TagClassName
{
border-color: #FF6F8B;
}
</style>