Shades of Brink Pink #FF6C88
Tints of Brink Pink #FF6C88
RGB
CMYK
RGB Variations
Color information
#FF6C88 (or 0xFF6C88) is known color: Brink Pink. HEX triplet: FF, 6C and 88. RGB value is (255,108,136). Sum of RGB (Red+Green+Blue) = 255+108+136=499 (66% of max value = 765). Red value is 255 (100% from 255 or 51.10% from 499); Green value is 108 (42.58% from 255 or 21.64% from 499); Blue value is 136 (53.52% from 255 or 27.25% from 499); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6C88 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6C88 is #009377. Grayscale: #9B9B9B. Windows color (decimal): -37752 or 8940799. OLE color: 8940799.
HSL color Cylindrical-coordinate representation of color #FF6C88: hue angle of 348.57º 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 #FF6C88 is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 108 | 136 | - |
| CMYK | 0 | 0.58 | 0.47 | 0 |
| HSL | 348.57º | 1% | 0.71% | - |
| HSV(B) | 348.57º | 0.58% | 1% | - |
| XYZ | 51.05 | 33.76 | 27.12 | - |
| YUV | 155.15 | 117.2 | 199.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 108 | 136 | 0 | 0.58 | 0.47 | 0 | 348.57 | 1 | 0.71 |
| Hex | FF | 6C | 88 | 0 | 3A | 2F | 0 | 15D | 64 | 47 |
| Octal | 377 | 154 | 210 | 0 | 72 | 57 | 0 | 535 | 144 | 107 |
| Binary | 11111111 | 1101100 | 10001000 | 0 | 111010 | 101111 | 0 | 101011101 | 1100100 | 1000111 |
Color Harmonies of #FF6C88
Complementary color
Monochromatic Colors of #FF6C88
Black with #FF6C88
Text Example
Text Example
White with #FF6C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6C88; }
p { color: rgb(255,108,136); }
H1.HeaderClassName
{
color: #FF6C88;
}
.AnyTagClassName
{
color: #FF6C88;
}
</style>
background-color css
<style>
a { background-color: #FF6C88; }
a { background-color: rgb(255,108,136); }
div.DivClassName
{
background-color: #FF6C88;
}
.BgClassName
{
background-color: #FF6C88;
}
</style>
border-color css
<style>
span { border-color: #FF6C88; }
span { border-color: rgb(255,108,136); }
td.TdClassName
{
border-color: #FF6C88;
}
.TagClassName
{
border-color: #FF6C88;
}
</style>