Shades of Brink Pink #FF6688
Tints of Brink Pink #FF6688
RGB
CMYK
RGB Variations
Color information
#FF6688 (or 0xFF6688) is known color: Brink Pink. HEX triplet: FF, 66 and 88. RGB value is (255,102,136). Sum of RGB (Red+Green+Blue) = 255+102+136=493 (65% of max value = 765). Red value is 255 (100% from 255 or 51.72% from 493); Green value is 102 (40.23% from 255 or 20.69% from 493); Blue value is 136 (53.52% from 255 or 27.59% from 493); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6688 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6688 is #009977. Grayscale: #979797. Windows color (decimal): -39288 or 8939263. OLE color: 8939263.
HSL color Cylindrical-coordinate representation of color #FF6688: hue angle of 346.67º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FF6688 is Cyan = 0, Magento = 0.6, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 102 | 136 | - |
| CMYK | 0 | 0.6 | 0.47 | 0 |
| HSL | 346.67º | 1% | 0.7% | - |
| HSV(B) | 346.67º | 0.6% | 1% | - |
| XYZ | 50.44 | 32.54 | 26.92 | - |
| YUV | 151.62 | 119.19 | 201.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 102 | 136 | 0 | 0.6 | 0.47 | 0 | 346.67 | 1 | 0.7 |
| Hex | FF | 66 | 88 | 0 | 3C | 2F | 0 | 15B | 64 | 46 |
| Octal | 377 | 146 | 210 | 0 | 74 | 57 | 0 | 533 | 144 | 106 |
| Binary | 11111111 | 1100110 | 10001000 | 0 | 111100 | 101111 | 0 | 101011011 | 1100100 | 1000110 |
Color Harmonies of #FF6688
Complementary color
Monochromatic Colors of #FF6688
Black with #FF6688
Text Example
Text Example
White with #FF6688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6688; }
p { color: rgb(255,102,136); }
H1.HeaderClassName
{
color: #FF6688;
}
.AnyTagClassName
{
color: #FF6688;
}
</style>
background-color css
<style>
a { background-color: #FF6688; }
a { background-color: rgb(255,102,136); }
div.DivClassName
{
background-color: #FF6688;
}
.BgClassName
{
background-color: #FF6688;
}
</style>
border-color css
<style>
span { border-color: #FF6688; }
span { border-color: rgb(255,102,136); }
td.TdClassName
{
border-color: #FF6688;
}
.TagClassName
{
border-color: #FF6688;
}
</style>