Shades of Brink Pink #FF6788
Tints of Brink Pink #FF6788
RGB
CMYK
RGB Variations
Color information
#FF6788 (or 0xFF6788) is known color: Brink Pink. HEX triplet: FF, 67 and 88. RGB value is (255,103,136). Sum of RGB (Red+Green+Blue) = 255+103+136=494 (65% of max value = 765). Red value is 255 (100% from 255 or 51.62% from 494); Green value is 103 (40.62% from 255 or 20.85% from 494); Blue value is 136 (53.52% from 255 or 27.53% from 494); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6788 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6788 is #009877. Grayscale: #989898. Windows color (decimal): -39032 or 8939519. OLE color: 8939519.
HSL color Cylindrical-coordinate representation of color #FF6788: hue angle of 346.97º 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 #FF6788 is Cyan = 0, Magento = 0.60, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 103 | 136 | - |
| CMYK | 0 | 0.60 | 0.47 | 0 |
| HSL | 346.97º | 1% | 0.7% | - |
| HSV(B) | 346.97º | 0.6% | 1% | - |
| XYZ | 50.53 | 32.74 | 26.95 | - |
| YUV | 152.21 | 118.86 | 201.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 103 | 136 | 0 | 0.60 | 0.47 | 0 | 346.97 | 1 | 0.7 |
| Hex | FF | 67 | 88 | 0 | 3C | 2F | 0 | 15B | 64 | 46 |
| Octal | 377 | 147 | 210 | 0 | 74 | 57 | 0 | 533 | 144 | 106 |
| Binary | 11111111 | 1100111 | 10001000 | 0 | 111100 | 101111 | 0 | 101011011 | 1100100 | 1000110 |
Color Harmonies of #FF6788
Complementary color
Monochromatic Colors of #FF6788
Black with #FF6788
Text Example
Text Example
White with #FF6788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6788; }
p { color: rgb(255,103,136); }
H1.HeaderClassName
{
color: #FF6788;
}
.AnyTagClassName
{
color: #FF6788;
}
</style>
background-color css
<style>
a { background-color: #FF6788; }
a { background-color: rgb(255,103,136); }
div.DivClassName
{
background-color: #FF6788;
}
.BgClassName
{
background-color: #FF6788;
}
</style>
border-color css
<style>
span { border-color: #FF6788; }
span { border-color: rgb(255,103,136); }
td.TdClassName
{
border-color: #FF6788;
}
.TagClassName
{
border-color: #FF6788;
}
</style>