Shades of Brink Pink #F7668D
Tints of Brink Pink #F7668D
RGB
CMYK
RGB Variations
Color information
#F7668D (or 0xF7668D) is known color: Brink Pink. HEX triplet: F7, 66 and 8D. RGB value is (247,102,141). Sum of RGB (Red+Green+Blue) = 247+102+141=490 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.41% from 490); Green value is 102 (40.23% from 255 or 20.82% from 490); Blue value is 141 (55.47% from 255 or 28.78% from 490); Max value from RGB is 247 - color contains mainly: red. Hex color #F7668D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F7668D is #089972. Grayscale: #959595. Windows color (decimal): -563571 or 9266935. OLE color: 9266935.
HSL color Cylindrical-coordinate representation of color #F7668D: hue angle of 343.86º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F7668D is Cyan = 0, Magento = 0.59, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 102 | 141 | - |
| CMYK | 0 | 0.59 | 0.43 | 0.03 |
| HSL | 343.86º | 0.9% | 0.68% | - |
| HSV(B) | 343.86º | 0.59% | 0.97% | - |
| XYZ | 47.92 | 31.2 | 28.7 | - |
| YUV | 149.8 | 123.04 | 197.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 102 | 141 | 0 | 0.59 | 0.43 | 0.03 | 343.86 | 0.9 | 0.68 |
| Hex | F7 | 66 | 8D | 0 | 3B | 2B | 3 | 158 | 5A | 44 |
| Octal | 367 | 146 | 215 | 0 | 73 | 53 | 3 | 530 | 132 | 104 |
| Binary | 11110111 | 1100110 | 10001101 | 0 | 111011 | 101011 | 11 | 101011000 | 1011010 | 1000100 |
Color Harmonies of #F7668D
Complementary color
Monochromatic Colors of #F7668D
Black with #F7668D
Text Example
Text Example
White with #F7668D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7668D; }
p { color: rgb(247,102,141); }
H1.HeaderClassName
{
color: #F7668D;
}
.AnyTagClassName
{
color: #F7668D;
}
</style>
background-color css
<style>
a { background-color: #F7668D; }
a { background-color: rgb(247,102,141); }
div.DivClassName
{
background-color: #F7668D;
}
.BgClassName
{
background-color: #F7668D;
}
</style>
border-color css
<style>
span { border-color: #F7668D; }
span { border-color: rgb(247,102,141); }
td.TdClassName
{
border-color: #F7668D;
}
.TagClassName
{
border-color: #F7668D;
}
</style>