Shades of Brink Pink #F76788
Tints of Brink Pink #F76788
RGB
CMYK
RGB Variations
Color information
#F76788 (or 0xF76788) is known color: Brink Pink. HEX triplet: F7, 67 and 88. RGB value is (247,103,136). Sum of RGB (Red+Green+Blue) = 247+103+136=486 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.82% from 486); Green value is 103 (40.62% from 255 or 21.19% from 486); Blue value is 136 (53.52% from 255 or 27.98% from 486); Max value from RGB is 247 - color contains mainly: red. Hex color #F76788 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F76788 is #089877. Grayscale: #959595. Windows color (decimal): -563320 or 8939511. OLE color: 8939511.
HSL color Cylindrical-coordinate representation of color #F76788: hue angle of 346.25º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F76788 is Cyan = 0, Magento = 0.58, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 103 | 136 | - |
| CMYK | 0 | 0.58 | 0.45 | 0.03 |
| HSL | 346.25º | 0.9% | 0.69% | - |
| HSV(B) | 346.25º | 0.58% | 0.97% | - |
| XYZ | 47.65 | 31.25 | 26.81 | - |
| YUV | 149.82 | 120.21 | 197.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 103 | 136 | 0 | 0.58 | 0.45 | 0.03 | 346.25 | 0.9 | 0.69 |
| Hex | F7 | 67 | 88 | 0 | 3A | 2D | 3 | 15A | 5A | 45 |
| Octal | 367 | 147 | 210 | 0 | 72 | 55 | 3 | 532 | 132 | 105 |
| Binary | 11110111 | 1100111 | 10001000 | 0 | 111010 | 101101 | 11 | 101011010 | 1011010 | 1000101 |
Color Harmonies of #F76788
Complementary color
Monochromatic Colors of #F76788
Black with #F76788
Text Example
Text Example
White with #F76788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76788; }
p { color: rgb(247,103,136); }
H1.HeaderClassName
{
color: #F76788;
}
.AnyTagClassName
{
color: #F76788;
}
</style>
background-color css
<style>
a { background-color: #F76788; }
a { background-color: rgb(247,103,136); }
div.DivClassName
{
background-color: #F76788;
}
.BgClassName
{
background-color: #F76788;
}
</style>
border-color css
<style>
span { border-color: #F76788; }
span { border-color: rgb(247,103,136); }
td.TdClassName
{
border-color: #F76788;
}
.TagClassName
{
border-color: #F76788;
}
</style>