Shades of Brink Pink #F66788
Tints of Brink Pink #F66788
RGB
CMYK
RGB Variations
Color information
#F66788 (or 0xF66788) is known color: Brink Pink. HEX triplet: F6, 67 and 88. RGB value is (246,103,136). Sum of RGB (Red+Green+Blue) = 246+103+136=485 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.72% from 485); Green value is 103 (40.62% from 255 or 21.24% from 485); Blue value is 136 (53.52% from 255 or 28.04% from 485); Max value from RGB is 246 - color contains mainly: red. Hex color #F66788 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F66788 is #099877. Grayscale: #959595. Windows color (decimal): -628856 or 8939510. OLE color: 8939510.
HSL color Cylindrical-coordinate representation of color #F66788: hue angle of 346.15º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F66788 is Cyan = 0, Magento = 0.58, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 103 | 136 | - |
| CMYK | 0 | 0.58 | 0.45 | 0.04 |
| HSL | 346.15º | 0.89% | 0.68% | - |
| HSV(B) | 346.15º | 0.58% | 0.96% | - |
| XYZ | 47.3 | 31.07 | 26.8 | - |
| YUV | 149.52 | 120.38 | 196.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 103 | 136 | 0 | 0.58 | 0.45 | 0.04 | 346.15 | 0.89 | 0.68 |
| Hex | F6 | 67 | 88 | 0 | 3A | 2D | 4 | 15A | 59 | 44 |
| Octal | 366 | 147 | 210 | 0 | 72 | 55 | 4 | 532 | 131 | 104 |
| Binary | 11110110 | 1100111 | 10001000 | 0 | 111010 | 101101 | 100 | 101011010 | 1011001 | 1000100 |
Color Harmonies of #F66788
Complementary color
Monochromatic Colors of #F66788
Black with #F66788
Text Example
Text Example
White with #F66788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66788; }
p { color: rgb(246,103,136); }
H1.HeaderClassName
{
color: #F66788;
}
.AnyTagClassName
{
color: #F66788;
}
</style>
background-color css
<style>
a { background-color: #F66788; }
a { background-color: rgb(246,103,136); }
div.DivClassName
{
background-color: #F66788;
}
.BgClassName
{
background-color: #F66788;
}
</style>
border-color css
<style>
span { border-color: #F66788; }
span { border-color: rgb(246,103,136); }
td.TdClassName
{
border-color: #F66788;
}
.TagClassName
{
border-color: #F66788;
}
</style>