Shades of Brink Pink #F76878
Tints of Brink Pink #F76878
RGB
CMYK
RGB Variations
Color information
#F76878 (or 0xF76878) is known color: Brink Pink. HEX triplet: F7, 68 and 78. RGB value is (247,104,120). Sum of RGB (Red+Green+Blue) = 247+104+120=471 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.44% from 471); Green value is 104 (41.02% from 255 or 22.08% from 471); Blue value is 120 (47.27% from 255 or 25.48% from 471); Max value from RGB is 247 - color contains mainly: red. Hex color #F76878 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F76878 is #089787. Grayscale: #949494. Windows color (decimal): -563080 or 7891191. OLE color: 7891191.
HSL color Cylindrical-coordinate representation of color #F76878: hue angle of 353.29º 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 #F76878 is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 104 | 120 | - |
| CMYK | 0 | 0.58 | 0.51 | 0.03 |
| HSL | 353.29º | 0.9% | 0.69% | - |
| HSV(B) | 353.29º | 0.58% | 0.97% | - |
| XYZ | 46.7 | 31.03 | 21.3 | - |
| YUV | 148.58 | 111.88 | 198.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 104 | 120 | 0 | 0.58 | 0.51 | 0.03 | 353.29 | 0.9 | 0.69 |
| Hex | F7 | 68 | 78 | 0 | 3A | 33 | 3 | 161 | 5A | 45 |
| Octal | 367 | 150 | 170 | 0 | 72 | 63 | 3 | 541 | 132 | 105 |
| Binary | 11110111 | 1101000 | 1111000 | 0 | 111010 | 110011 | 11 | 101100001 | 1011010 | 1000101 |
Color Harmonies of #F76878
Complementary color
Monochromatic Colors of #F76878
Black with #F76878
Text Example
Text Example
White with #F76878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76878; }
p { color: rgb(247,104,120); }
H1.HeaderClassName
{
color: #F76878;
}
.AnyTagClassName
{
color: #F76878;
}
</style>
background-color css
<style>
a { background-color: #F76878; }
a { background-color: rgb(247,104,120); }
div.DivClassName
{
background-color: #F76878;
}
.BgClassName
{
background-color: #F76878;
}
</style>
border-color css
<style>
span { border-color: #F76878; }
span { border-color: rgb(247,104,120); }
td.TdClassName
{
border-color: #F76878;
}
.TagClassName
{
border-color: #F76878;
}
</style>