Shades of Brink Pink #F76884
Tints of Brink Pink #F76884
RGB
CMYK
RGB Variations
Color information
#F76884 (or 0xF76884) is known color: Brink Pink. HEX triplet: F7, 68 and 84. RGB value is (247,104,132). Sum of RGB (Red+Green+Blue) = 247+104+132=483 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.14% from 483); Green value is 104 (41.02% from 255 or 21.53% from 483); Blue value is 132 (51.95% from 255 or 27.33% from 483); Max value from RGB is 247 - color contains mainly: red. Hex color #F76884 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F76884 is #08977B. Grayscale: #959595. Windows color (decimal): -563068 or 8677623. OLE color: 8677623.
HSL color Cylindrical-coordinate representation of color #F76884: hue angle of 348.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 #F76884 is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 104 | 132 | - |
| CMYK | 0 | 0.58 | 0.47 | 0.03 |
| HSL | 348.25º | 0.9% | 0.69% | - |
| HSV(B) | 348.25º | 0.58% | 0.97% | - |
| XYZ | 47.47 | 31.34 | 25.38 | - |
| YUV | 149.95 | 117.88 | 197.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 104 | 132 | 0 | 0.58 | 0.47 | 0.03 | 348.25 | 0.9 | 0.69 |
| Hex | F7 | 68 | 84 | 0 | 3A | 2F | 3 | 15C | 5A | 45 |
| Octal | 367 | 150 | 204 | 0 | 72 | 57 | 3 | 534 | 132 | 105 |
| Binary | 11110111 | 1101000 | 10000100 | 0 | 111010 | 101111 | 11 | 101011100 | 1011010 | 1000101 |
Color Harmonies of #F76884
Complementary color
Monochromatic Colors of #F76884
Black with #F76884
Text Example
Text Example
White with #F76884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76884; }
p { color: rgb(247,104,132); }
H1.HeaderClassName
{
color: #F76884;
}
.AnyTagClassName
{
color: #F76884;
}
</style>
background-color css
<style>
a { background-color: #F76884; }
a { background-color: rgb(247,104,132); }
div.DivClassName
{
background-color: #F76884;
}
.BgClassName
{
background-color: #F76884;
}
</style>
border-color css
<style>
span { border-color: #F76884; }
span { border-color: rgb(247,104,132); }
td.TdClassName
{
border-color: #F76884;
}
.TagClassName
{
border-color: #F76884;
}
</style>