Shades of Brink Pink #F66689
Tints of Brink Pink #F66689
RGB
CMYK
RGB Variations
Color information
#F66689 (or 0xF66689) is known color: Brink Pink. HEX triplet: F6, 66 and 89. RGB value is (246,102,137). Sum of RGB (Red+Green+Blue) = 246+102+137=485 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.72% from 485); Green value is 102 (40.23% from 255 or 21.03% from 485); Blue value is 137 (53.91% from 255 or 28.25% from 485); Max value from RGB is 246 - color contains mainly: red. Hex color #F66689 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F66689 is #099976. Grayscale: #959595. Windows color (decimal): -629111 or 9004790. OLE color: 9004790.
HSL color Cylindrical-coordinate representation of color #F66689: hue angle of 345.42º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F66689 is Cyan = 0, Magento = 0.59, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 102 | 137 | - |
| CMYK | 0 | 0.59 | 0.44 | 0.04 |
| HSL | 345.42º | 0.89% | 0.68% | - |
| HSV(B) | 345.42º | 0.59% | 0.96% | - |
| XYZ | 47.27 | 30.9 | 27.14 | - |
| YUV | 149.05 | 121.21 | 197.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 102 | 137 | 0 | 0.59 | 0.44 | 0.04 | 345.42 | 0.89 | 0.68 |
| Hex | F6 | 66 | 89 | 0 | 3B | 2C | 4 | 159 | 59 | 44 |
| Octal | 366 | 146 | 211 | 0 | 73 | 54 | 4 | 531 | 131 | 104 |
| Binary | 11110110 | 1100110 | 10001001 | 0 | 111011 | 101100 | 100 | 101011001 | 1011001 | 1000100 |
Color Harmonies of #F66689
Complementary color
Monochromatic Colors of #F66689
Black with #F66689
Text Example
Text Example
White with #F66689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66689; }
p { color: rgb(246,102,137); }
H1.HeaderClassName
{
color: #F66689;
}
.AnyTagClassName
{
color: #F66689;
}
</style>
background-color css
<style>
a { background-color: #F66689; }
a { background-color: rgb(246,102,137); }
div.DivClassName
{
background-color: #F66689;
}
.BgClassName
{
background-color: #F66689;
}
</style>
border-color css
<style>
span { border-color: #F66689; }
span { border-color: rgb(246,102,137); }
td.TdClassName
{
border-color: #F66689;
}
.TagClassName
{
border-color: #F66689;
}
</style>