Shades of Brink Pink #FF6F88
Tints of Brink Pink #FF6F88
RGB
CMYK
RGB Variations
Color information
#FF6F88 (or 0xFF6F88) is known color: Brink Pink. HEX triplet: FF, 6F and 88. RGB value is (255,111,136). Sum of RGB (Red+Green+Blue) = 255+111+136=502 (66% of max value = 765). Red value is 255 (100% from 255 or 50.80% from 502); Green value is 111 (43.75% from 255 or 22.11% from 502); Blue value is 136 (53.52% from 255 or 27.09% from 502); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6F88 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6F88 is #009077. Grayscale: #9C9C9C. Windows color (decimal): -36984 or 8941567. OLE color: 8941567.
HSL color Cylindrical-coordinate representation of color #FF6F88: hue angle of 349.58º 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 #FF6F88 is Cyan = 0, Magento = 0.56, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 111 | 136 | - |
| CMYK | 0 | 0.56 | 0.47 | 0 |
| HSL | 349.58º | 1% | 0.72% | - |
| HSV(B) | 349.58º | 0.56% | 1% | - |
| XYZ | 51.37 | 34.41 | 27.23 | - |
| YUV | 156.91 | 116.21 | 197.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 111 | 136 | 0 | 0.56 | 0.47 | 0 | 349.58 | 1 | 0.72 |
| Hex | FF | 6F | 88 | 0 | 38 | 2F | 0 | 15E | 64 | 48 |
| Octal | 377 | 157 | 210 | 0 | 70 | 57 | 0 | 536 | 144 | 110 |
| Binary | 11111111 | 1101111 | 10001000 | 0 | 111000 | 101111 | 0 | 101011110 | 1100100 | 1001000 |
Color Harmonies of #FF6F88
Complementary color
Monochromatic Colors of #FF6F88
Black with #FF6F88
Text Example
Text Example
White with #FF6F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6F88; }
p { color: rgb(255,111,136); }
H1.HeaderClassName
{
color: #FF6F88;
}
.AnyTagClassName
{
color: #FF6F88;
}
</style>
background-color css
<style>
a { background-color: #FF6F88; }
a { background-color: rgb(255,111,136); }
div.DivClassName
{
background-color: #FF6F88;
}
.BgClassName
{
background-color: #FF6F88;
}
</style>
border-color css
<style>
span { border-color: #FF6F88; }
span { border-color: rgb(255,111,136); }
td.TdClassName
{
border-color: #FF6F88;
}
.TagClassName
{
border-color: #FF6F88;
}
</style>