Shades of Brink Pink #F76885
Tints of Brink Pink #F76885
RGB
CMYK
RGB Variations
Color information
#F76885 (or 0xF76885) is known color: Brink Pink. HEX triplet: F7, 68 and 85. RGB value is (247,104,133). Sum of RGB (Red+Green+Blue) = 247+104+133=484 (64% of max value = 765). Red value is 247 (96.88% from 255 or 51.03% from 484); Green value is 104 (41.02% from 255 or 21.49% from 484); Blue value is 133 (52.34% from 255 or 27.48% from 484); Max value from RGB is 247 - color contains mainly: red. Hex color #F76885 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F76885 is #08977A. Grayscale: #969696. Windows color (decimal): -563067 or 8743159. OLE color: 8743159.
HSL color Cylindrical-coordinate representation of color #F76885: hue angle of 347.83º 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 #F76885 is Cyan = 0, Magento = 0.58, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 104 | 133 | - |
| CMYK | 0 | 0.58 | 0.46 | 0.03 |
| HSL | 347.83º | 0.9% | 0.69% | - |
| HSV(B) | 347.83º | 0.58% | 0.97% | - |
| XYZ | 47.54 | 31.37 | 25.74 | - |
| YUV | 150.06 | 118.38 | 197.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 104 | 133 | 0 | 0.58 | 0.46 | 0.03 | 347.83 | 0.9 | 0.69 |
| Hex | F7 | 68 | 85 | 0 | 3A | 2E | 3 | 15C | 5A | 45 |
| Octal | 367 | 150 | 205 | 0 | 72 | 56 | 3 | 534 | 132 | 105 |
| Binary | 11110111 | 1101000 | 10000101 | 0 | 111010 | 101110 | 11 | 101011100 | 1011010 | 1000101 |
Color Harmonies of #F76885
Complementary color
Monochromatic Colors of #F76885
Black with #F76885
Text Example
Text Example
White with #F76885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76885; }
p { color: rgb(247,104,133); }
H1.HeaderClassName
{
color: #F76885;
}
.AnyTagClassName
{
color: #F76885;
}
</style>
background-color css
<style>
a { background-color: #F76885; }
a { background-color: rgb(247,104,133); }
div.DivClassName
{
background-color: #F76885;
}
.BgClassName
{
background-color: #F76885;
}
</style>
border-color css
<style>
span { border-color: #F76885; }
span { border-color: rgb(247,104,133); }
td.TdClassName
{
border-color: #F76885;
}
.TagClassName
{
border-color: #F76885;
}
</style>