Shades of Brink Pink #F76580
Tints of Brink Pink #F76580
RGB
CMYK
RGB Variations
Color information
#F76580 (or 0xF76580) is known color: Brink Pink. HEX triplet: F7, 65 and 80. RGB value is (247,101,128). Sum of RGB (Red+Green+Blue) = 247+101+128=476 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.89% from 476); Green value is 101 (39.84% from 255 or 21.22% from 476); Blue value is 128 (50.39% from 255 or 26.89% from 476); Max value from RGB is 247 - color contains mainly: red. Hex color #F76580 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F76580 is #089A7F. Grayscale: #939393. Windows color (decimal): -563840 or 8414711. OLE color: 8414711.
HSL color Cylindrical-coordinate representation of color #F76580: hue angle of 348.9º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F76580 is Cyan = 0, Magento = 0.59, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 101 | 128 | - |
| CMYK | 0 | 0.59 | 0.48 | 0.03 |
| HSL | 348.9º | 0.9% | 0.68% | - |
| HSV(B) | 348.9º | 0.59% | 0.97% | - |
| XYZ | 46.91 | 30.64 | 23.86 | - |
| YUV | 147.73 | 116.87 | 198.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 101 | 128 | 0 | 0.59 | 0.48 | 0.03 | 348.9 | 0.9 | 0.68 |
| Hex | F7 | 65 | 80 | 0 | 3B | 30 | 3 | 15D | 5A | 44 |
| Octal | 367 | 145 | 200 | 0 | 73 | 60 | 3 | 535 | 132 | 104 |
| Binary | 11110111 | 1100101 | 10000000 | 0 | 111011 | 110000 | 11 | 101011101 | 1011010 | 1000100 |
Color Harmonies of #F76580
Complementary color
Monochromatic Colors of #F76580
Black with #F76580
Text Example
Text Example
White with #F76580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76580; }
p { color: rgb(247,101,128); }
H1.HeaderClassName
{
color: #F76580;
}
.AnyTagClassName
{
color: #F76580;
}
</style>
background-color css
<style>
a { background-color: #F76580; }
a { background-color: rgb(247,101,128); }
div.DivClassName
{
background-color: #F76580;
}
.BgClassName
{
background-color: #F76580;
}
</style>
border-color css
<style>
span { border-color: #F76580; }
span { border-color: rgb(247,101,128); }
td.TdClassName
{
border-color: #F76580;
}
.TagClassName
{
border-color: #F76580;
}
</style>