Shades of Brink Pink #F66F80
Tints of Brink Pink #F66F80
RGB
CMYK
RGB Variations
Color information
#F66F80 (or 0xF66F80) is known color: Brink Pink. HEX triplet: F6, 6F and 80. RGB value is (246,111,128). Sum of RGB (Red+Green+Blue) = 246+111+128=485 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.72% from 485); Green value is 111 (43.75% from 255 or 22.89% from 485); Blue value is 128 (50.39% from 255 or 26.39% from 485); Max value from RGB is 246 - color contains mainly: red. Hex color #F66F80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F66F80 is #09907F. Grayscale: #999999. Windows color (decimal): -626816 or 8417270. OLE color: 8417270.
HSL color Cylindrical-coordinate representation of color #F66F80: hue angle of 352.44º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F66F80 is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 111 | 128 | - |
| CMYK | 0 | 0.55 | 0.48 | 0.04 |
| HSL | 352.44º | 0.88% | 0.7% | - |
| HSV(B) | 352.44º | 0.55% | 0.96% | - |
| XYZ | 47.59 | 32.52 | 24.19 | - |
| YUV | 153.3 | 113.73 | 194.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 111 | 128 | 0 | 0.55 | 0.48 | 0.04 | 352.44 | 0.88 | 0.7 |
| Hex | F6 | 6F | 80 | 0 | 37 | 30 | 4 | 160 | 58 | 46 |
| Octal | 366 | 157 | 200 | 0 | 67 | 60 | 4 | 540 | 130 | 106 |
| Binary | 11110110 | 1101111 | 10000000 | 0 | 110111 | 110000 | 100 | 101100000 | 1011000 | 1000110 |
Color Harmonies of #F66F80
Complementary color
Monochromatic Colors of #F66F80
Black with #F66F80
Text Example
Text Example
White with #F66F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66F80; }
p { color: rgb(246,111,128); }
H1.HeaderClassName
{
color: #F66F80;
}
.AnyTagClassName
{
color: #F66F80;
}
</style>
background-color css
<style>
a { background-color: #F66F80; }
a { background-color: rgb(246,111,128); }
div.DivClassName
{
background-color: #F66F80;
}
.BgClassName
{
background-color: #F66F80;
}
</style>
border-color css
<style>
span { border-color: #F66F80; }
span { border-color: rgb(246,111,128); }
td.TdClassName
{
border-color: #F66F80;
}
.TagClassName
{
border-color: #F66F80;
}
</style>