Shades of Brink Pink #F76285
Tints of Brink Pink #F76285
RGB
CMYK
RGB Variations
Color information
#F76285 (or 0xF76285) is known color: Brink Pink. HEX triplet: F7, 62 and 85. RGB value is (247,98,133). Sum of RGB (Red+Green+Blue) = 247+98+133=478 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.67% from 478); Green value is 98 (38.67% from 255 or 20.50% from 478); Blue value is 133 (52.34% from 255 or 27.82% from 478); Max value from RGB is 247 - color contains mainly: red. Hex color #F76285 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F76285 is #089D7A. Grayscale: #929292. Windows color (decimal): -564603 or 8741623. OLE color: 8741623.
HSL color Cylindrical-coordinate representation of color #F76285: hue angle of 345.91º 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 #F76285 is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 98 | 133 | - |
| CMYK | 0 | 0.60 | 0.46 | 0.03 |
| HSL | 345.91º | 0.9% | 0.68% | - |
| HSV(B) | 345.91º | 0.6% | 0.97% | - |
| XYZ | 46.96 | 30.2 | 25.55 | - |
| YUV | 146.54 | 120.36 | 199.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 98 | 133 | 0 | 0.60 | 0.46 | 0.03 | 345.91 | 0.9 | 0.68 |
| Hex | F7 | 62 | 85 | 0 | 3C | 2E | 3 | 15A | 5A | 44 |
| Octal | 367 | 142 | 205 | 0 | 74 | 56 | 3 | 532 | 132 | 104 |
| Binary | 11110111 | 1100010 | 10000101 | 0 | 111100 | 101110 | 11 | 101011010 | 1011010 | 1000100 |
Color Harmonies of #F76285
Complementary color
Monochromatic Colors of #F76285
Black with #F76285
Text Example
Text Example
White with #F76285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76285; }
p { color: rgb(247,98,133); }
H1.HeaderClassName
{
color: #F76285;
}
.AnyTagClassName
{
color: #F76285;
}
</style>
background-color css
<style>
a { background-color: #F76285; }
a { background-color: rgb(247,98,133); }
div.DivClassName
{
background-color: #F76285;
}
.BgClassName
{
background-color: #F76285;
}
</style>
border-color css
<style>
span { border-color: #F76285; }
span { border-color: rgb(247,98,133); }
td.TdClassName
{
border-color: #F76285;
}
.TagClassName
{
border-color: #F76285;
}
</style>