Shades of Brink Pink #FF6B88
Tints of Brink Pink #FF6B88
RGB
CMYK
RGB Variations
Color information
#FF6B88 (or 0xFF6B88) is known color: Brink Pink. HEX triplet: FF, 6B and 88. RGB value is (255,107,136). Sum of RGB (Red+Green+Blue) = 255+107+136=498 (65% of max value = 765). Red value is 255 (100% from 255 or 51.20% from 498); Green value is 107 (42.19% from 255 or 21.49% from 498); Blue value is 136 (53.52% from 255 or 27.31% from 498); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6B88 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6B88 is #009477. Grayscale: #9A9A9A. Windows color (decimal): -38008 or 8940543. OLE color: 8940543.
HSL color Cylindrical-coordinate representation of color #FF6B88: hue angle of 348.24º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FF6B88 is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 107 | 136 | - |
| CMYK | 0 | 0.58 | 0.47 | 0 |
| HSL | 348.24º | 1% | 0.71% | - |
| HSV(B) | 348.24º | 0.58% | 1% | - |
| XYZ | 50.94 | 33.55 | 27.08 | - |
| YUV | 154.56 | 117.53 | 199.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 107 | 136 | 0 | 0.58 | 0.47 | 0 | 348.24 | 1 | 0.71 |
| Hex | FF | 6B | 88 | 0 | 3A | 2F | 0 | 15C | 64 | 47 |
| Octal | 377 | 153 | 210 | 0 | 72 | 57 | 0 | 534 | 144 | 107 |
| Binary | 11111111 | 1101011 | 10001000 | 0 | 111010 | 101111 | 0 | 101011100 | 1100100 | 1000111 |
Color Harmonies of #FF6B88
Complementary color
Monochromatic Colors of #FF6B88
Black with #FF6B88
Text Example
Text Example
White with #FF6B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6B88; }
p { color: rgb(255,107,136); }
H1.HeaderClassName
{
color: #FF6B88;
}
.AnyTagClassName
{
color: #FF6B88;
}
</style>
background-color css
<style>
a { background-color: #FF6B88; }
a { background-color: rgb(255,107,136); }
div.DivClassName
{
background-color: #FF6B88;
}
.BgClassName
{
background-color: #FF6B88;
}
</style>
border-color css
<style>
span { border-color: #FF6B88; }
span { border-color: rgb(255,107,136); }
td.TdClassName
{
border-color: #FF6B88;
}
.TagClassName
{
border-color: #FF6B88;
}
</style>