Shades of Brink Pink #FF6F8C
Tints of Brink Pink #FF6F8C
RGB
CMYK
RGB Variations
Color information
#FF6F8C (or 0xFF6F8C) is known color: Brink Pink. HEX triplet: FF, 6F and 8C. RGB value is (255,111,140). Sum of RGB (Red+Green+Blue) = 255+111+140=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 111 (43.75% from 255 or 21.94% from 506); Blue value is 140 (55.08% from 255 or 27.67% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6F8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6F8C is #009073. Grayscale: #9D9D9D. Windows color (decimal): -36980 or 9203711. OLE color: 9203711.
HSL color Cylindrical-coordinate representation of color #FF6F8C: hue angle of 347.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 #FF6F8C is Cyan = 0, Magento = 0.56, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 111 | 140 | - |
| CMYK | 0 | 0.56 | 0.45 | 0 |
| HSL | 347.92º | 1% | 0.72% | - |
| HSV(B) | 347.92º | 0.56% | 1% | - |
| XYZ | 51.66 | 34.52 | 28.75 | - |
| YUV | 157.36 | 118.21 | 197.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 111 | 140 | 0 | 0.56 | 0.45 | 0 | 347.92 | 1 | 0.72 |
| Hex | FF | 6F | 8C | 0 | 38 | 2D | 0 | 15C | 64 | 48 |
| Octal | 377 | 157 | 214 | 0 | 70 | 55 | 0 | 534 | 144 | 110 |
| Binary | 11111111 | 1101111 | 10001100 | 0 | 111000 | 101101 | 0 | 101011100 | 1100100 | 1001000 |
Color Harmonies of #FF6F8C
Complementary color
Monochromatic Colors of #FF6F8C
Black with #FF6F8C
Text Example
Text Example
White with #FF6F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6F8C; }
p { color: rgb(255,111,140); }
H1.HeaderClassName
{
color: #FF6F8C;
}
.AnyTagClassName
{
color: #FF6F8C;
}
</style>
background-color css
<style>
a { background-color: #FF6F8C; }
a { background-color: rgb(255,111,140); }
div.DivClassName
{
background-color: #FF6F8C;
}
.BgClassName
{
background-color: #FF6F8C;
}
</style>
border-color css
<style>
span { border-color: #FF6F8C; }
span { border-color: rgb(255,111,140); }
td.TdClassName
{
border-color: #FF6F8C;
}
.TagClassName
{
border-color: #FF6F8C;
}
</style>