Shades of Brink Pink #F76385
Tints of Brink Pink #F76385
RGB
CMYK
RGB Variations
Color information
#F76385 (or 0xF76385) is known color: Brink Pink. HEX triplet: F7, 63 and 85. RGB value is (247,99,133). Sum of RGB (Red+Green+Blue) = 247+99+133=479 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.57% from 479); Green value is 99 (39.06% from 255 or 20.67% from 479); Blue value is 133 (52.34% from 255 or 27.77% from 479); Max value from RGB is 247 - color contains mainly: red. Hex color #F76385 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F76385 is #089C7A. Grayscale: #939393. Windows color (decimal): -564347 or 8741879. OLE color: 8741879.
HSL color Cylindrical-coordinate representation of color #F76385: hue angle of 346.22º 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 #F76385 is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 99 | 133 | - |
| CMYK | 0 | 0.60 | 0.46 | 0.03 |
| HSL | 346.22º | 0.9% | 0.68% | - |
| HSV(B) | 346.22º | 0.6% | 0.97% | - |
| XYZ | 47.05 | 30.39 | 25.58 | - |
| YUV | 147.13 | 120.03 | 199.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 99 | 133 | 0 | 0.60 | 0.46 | 0.03 | 346.22 | 0.9 | 0.68 |
| Hex | F7 | 63 | 85 | 0 | 3C | 2E | 3 | 15A | 5A | 44 |
| Octal | 367 | 143 | 205 | 0 | 74 | 56 | 3 | 532 | 132 | 104 |
| Binary | 11110111 | 1100011 | 10000101 | 0 | 111100 | 101110 | 11 | 101011010 | 1011010 | 1000100 |
Color Harmonies of #F76385
Complementary color
Monochromatic Colors of #F76385
Black with #F76385
Text Example
Text Example
White with #F76385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76385; }
p { color: rgb(247,99,133); }
H1.HeaderClassName
{
color: #F76385;
}
.AnyTagClassName
{
color: #F76385;
}
</style>
background-color css
<style>
a { background-color: #F76385; }
a { background-color: rgb(247,99,133); }
div.DivClassName
{
background-color: #F76385;
}
.BgClassName
{
background-color: #F76385;
}
</style>
border-color css
<style>
span { border-color: #F76385; }
span { border-color: rgb(247,99,133); }
td.TdClassName
{
border-color: #F76385;
}
.TagClassName
{
border-color: #F76385;
}
</style>