Shades of Brink Pink #F76278
Tints of Brink Pink #F76278
RGB
CMYK
RGB Variations
Color information
#F76278 (or 0xF76278) is known color: Brink Pink. HEX triplet: F7, 62 and 78. RGB value is (247,98,120). Sum of RGB (Red+Green+Blue) = 247+98+120=465 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.12% from 465); Green value is 98 (38.67% from 255 or 21.08% from 465); Blue value is 120 (47.27% from 255 or 25.81% from 465); Max value from RGB is 247 - color contains mainly: red. Hex color #F76278 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F76278 is #089D87. Grayscale: #919191. Windows color (decimal): -564616 or 7889655. OLE color: 7889655.
HSL color Cylindrical-coordinate representation of color #F76278: hue angle of 351.14º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F76278 is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 98 | 120 | - |
| CMYK | 0 | 0.60 | 0.51 | 0.03 |
| HSL | 351.14º | 0.9% | 0.68% | - |
| HSV(B) | 351.14º | 0.6% | 0.97% | - |
| XYZ | 46.12 | 29.87 | 21.1 | - |
| YUV | 145.06 | 113.86 | 200.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 98 | 120 | 0 | 0.60 | 0.51 | 0.03 | 351.14 | 0.9 | 0.68 |
| Hex | F7 | 62 | 78 | 0 | 3C | 33 | 3 | 15F | 5A | 44 |
| Octal | 367 | 142 | 170 | 0 | 74 | 63 | 3 | 537 | 132 | 104 |
| Binary | 11110111 | 1100010 | 1111000 | 0 | 111100 | 110011 | 11 | 101011111 | 1011010 | 1000100 |
Color Harmonies of #F76278
Complementary color
Monochromatic Colors of #F76278
Black with #F76278
Text Example
Text Example
White with #F76278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76278; }
p { color: rgb(247,98,120); }
H1.HeaderClassName
{
color: #F76278;
}
.AnyTagClassName
{
color: #F76278;
}
</style>
background-color css
<style>
a { background-color: #F76278; }
a { background-color: rgb(247,98,120); }
div.DivClassName
{
background-color: #F76278;
}
.BgClassName
{
background-color: #F76278;
}
</style>
border-color css
<style>
span { border-color: #F76278; }
span { border-color: rgb(247,98,120); }
td.TdClassName
{
border-color: #F76278;
}
.TagClassName
{
border-color: #F76278;
}
</style>