Shades of Brink Pink #F76391
Tints of Brink Pink #F76391
RGB
CMYK
RGB Variations
Color information
#F76391 (or 0xF76391) is known color: Brink Pink. HEX triplet: F7, 63 and 91. RGB value is (247,99,145). Sum of RGB (Red+Green+Blue) = 247+99+145=491 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.31% from 491); Green value is 99 (39.06% from 255 or 20.16% from 491); Blue value is 145 (57.03% from 255 or 29.53% from 491); Max value from RGB is 247 - color contains mainly: red. Hex color #F76391 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F76391 is #089C6E. Grayscale: #949494. Windows color (decimal): -564335 or 9528311. OLE color: 9528311.
HSL color Cylindrical-coordinate representation of color #F76391: hue angle of 341.35º 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 #F76391 is Cyan = 0, Magento = 0.60, Yellow = 0.41 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 99 | 145 | - |
| CMYK | 0 | 0.60 | 0.41 | 0.03 |
| HSL | 341.35º | 0.9% | 0.68% | - |
| HSV(B) | 341.35º | 0.6% | 0.97% | - |
| XYZ | 47.93 | 30.74 | 30.2 | - |
| YUV | 148.5 | 126.03 | 198.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 99 | 145 | 0 | 0.60 | 0.41 | 0.03 | 341.35 | 0.9 | 0.68 |
| Hex | F7 | 63 | 91 | 0 | 3C | 29 | 3 | 155 | 5A | 44 |
| Octal | 367 | 143 | 221 | 0 | 74 | 51 | 3 | 525 | 132 | 104 |
| Binary | 11110111 | 1100011 | 10010001 | 0 | 111100 | 101001 | 11 | 101010101 | 1011010 | 1000100 |
Color Harmonies of #F76391
Complementary color
Monochromatic Colors of #F76391
Black with #F76391
Text Example
Text Example
White with #F76391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76391; }
p { color: rgb(247,99,145); }
H1.HeaderClassName
{
color: #F76391;
}
.AnyTagClassName
{
color: #F76391;
}
</style>
background-color css
<style>
a { background-color: #F76391; }
a { background-color: rgb(247,99,145); }
div.DivClassName
{
background-color: #F76391;
}
.BgClassName
{
background-color: #F76391;
}
</style>
border-color css
<style>
span { border-color: #F76391; }
span { border-color: rgb(247,99,145); }
td.TdClassName
{
border-color: #F76391;
}
.TagClassName
{
border-color: #F76391;
}
</style>