Shades of Brink Pink #FF6888
Tints of Brink Pink #FF6888
RGB
CMYK
RGB Variations
Color information
#FF6888 (or 0xFF6888) is known color: Brink Pink. HEX triplet: FF, 68 and 88. RGB value is (255,104,136). Sum of RGB (Red+Green+Blue) = 255+104+136=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 104 (41.02% from 255 or 21.01% from 495); Blue value is 136 (53.52% from 255 or 27.47% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6888 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6888 is #009777. Grayscale: #989898. Windows color (decimal): -38776 or 8939775. OLE color: 8939775.
HSL color Cylindrical-coordinate representation of color #FF6888: hue angle of 347.28º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FF6888 is Cyan = 0, Magento = 0.59, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 104 | 136 | - |
| CMYK | 0 | 0.59 | 0.47 | 0 |
| HSL | 347.28º | 1% | 0.7% | - |
| HSV(B) | 347.28º | 0.59% | 1% | - |
| XYZ | 50.63 | 32.94 | 26.98 | - |
| YUV | 152.8 | 118.53 | 200.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 104 | 136 | 0 | 0.59 | 0.47 | 0 | 347.28 | 1 | 0.7 |
| Hex | FF | 68 | 88 | 0 | 3B | 2F | 0 | 15B | 64 | 46 |
| Octal | 377 | 150 | 210 | 0 | 73 | 57 | 0 | 533 | 144 | 106 |
| Binary | 11111111 | 1101000 | 10001000 | 0 | 111011 | 101111 | 0 | 101011011 | 1100100 | 1000110 |
Color Harmonies of #FF6888
Complementary color
Monochromatic Colors of #FF6888
Black with #FF6888
Text Example
Text Example
White with #FF6888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6888; }
p { color: rgb(255,104,136); }
H1.HeaderClassName
{
color: #FF6888;
}
.AnyTagClassName
{
color: #FF6888;
}
</style>
background-color css
<style>
a { background-color: #FF6888; }
a { background-color: rgb(255,104,136); }
div.DivClassName
{
background-color: #FF6888;
}
.BgClassName
{
background-color: #FF6888;
}
</style>
border-color css
<style>
span { border-color: #FF6888; }
span { border-color: rgb(255,104,136); }
td.TdClassName
{
border-color: #FF6888;
}
.TagClassName
{
border-color: #FF6888;
}
</style>