Shades of Brink Pink #FF6988
Tints of Brink Pink #FF6988
RGB
CMYK
RGB Variations
Color information
#FF6988 (or 0xFF6988) is known color: Brink Pink. HEX triplet: FF, 69 and 88. RGB value is (255,105,136). Sum of RGB (Red+Green+Blue) = 255+105+136=496 (65% of max value = 765). Red value is 255 (100% from 255 or 51.41% from 496); Green value is 105 (41.41% from 255 or 21.17% from 496); Blue value is 136 (53.52% from 255 or 27.42% from 496); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6988 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6988 is #009677. Grayscale: #999999. Windows color (decimal): -38520 or 8940031. OLE color: 8940031.
HSL color Cylindrical-coordinate representation of color #FF6988: hue angle of 347.6º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FF6988 is Cyan = 0, Magento = 0.59, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 105 | 136 | - |
| CMYK | 0 | 0.59 | 0.47 | 0 |
| HSL | 347.6º | 1% | 0.71% | - |
| HSV(B) | 347.6º | 0.59% | 1% | - |
| XYZ | 50.74 | 33.14 | 27.02 | - |
| YUV | 153.38 | 118.2 | 200.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 105 | 136 | 0 | 0.59 | 0.47 | 0 | 347.6 | 1 | 0.71 |
| Hex | FF | 69 | 88 | 0 | 3B | 2F | 0 | 15C | 64 | 47 |
| Octal | 377 | 151 | 210 | 0 | 73 | 57 | 0 | 534 | 144 | 107 |
| Binary | 11111111 | 1101001 | 10001000 | 0 | 111011 | 101111 | 0 | 101011100 | 1100100 | 1000111 |
Color Harmonies of #FF6988
Complementary color
Monochromatic Colors of #FF6988
Black with #FF6988
Text Example
Text Example
White with #FF6988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6988; }
p { color: rgb(255,105,136); }
H1.HeaderClassName
{
color: #FF6988;
}
.AnyTagClassName
{
color: #FF6988;
}
</style>
background-color css
<style>
a { background-color: #FF6988; }
a { background-color: rgb(255,105,136); }
div.DivClassName
{
background-color: #FF6988;
}
.BgClassName
{
background-color: #FF6988;
}
</style>
border-color css
<style>
span { border-color: #FF6988; }
span { border-color: rgb(255,105,136); }
td.TdClassName
{
border-color: #FF6988;
}
.TagClassName
{
border-color: #FF6988;
}
</style>