Shades of Brink Pink #F7647C
Tints of Brink Pink #F7647C
RGB
CMYK
RGB Variations
Color information
#F7647C (or 0xF7647C) is known color: Brink Pink. HEX triplet: F7, 64 and 7C. RGB value is (247,100,124). Sum of RGB (Red+Green+Blue) = 247+100+124=471 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.44% from 471); Green value is 100 (39.45% from 255 or 21.23% from 471); Blue value is 124 (48.83% from 255 or 26.33% from 471); Max value from RGB is 247 - color contains mainly: red. Hex color #F7647C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7647C is #089B83. Grayscale: #929292. Windows color (decimal): -564100 or 8152311. OLE color: 8152311.
HSL color Cylindrical-coordinate representation of color #F7647C: hue angle of 350.2º 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 #F7647C is Cyan = 0, Magento = 0.60, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 100 | 124 | - |
| CMYK | 0 | 0.60 | 0.50 | 0.03 |
| HSL | 350.2º | 0.9% | 0.68% | - |
| HSV(B) | 350.2º | 0.6% | 0.97% | - |
| XYZ | 46.55 | 30.34 | 22.47 | - |
| YUV | 146.69 | 115.2 | 199.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 100 | 124 | 0 | 0.60 | 0.50 | 0.03 | 350.2 | 0.9 | 0.68 |
| Hex | F7 | 64 | 7C | 0 | 3C | 32 | 3 | 15E | 5A | 44 |
| Octal | 367 | 144 | 174 | 0 | 74 | 62 | 3 | 536 | 132 | 104 |
| Binary | 11110111 | 1100100 | 1111100 | 0 | 111100 | 110010 | 11 | 101011110 | 1011010 | 1000100 |
Color Harmonies of #F7647C
Complementary color
Monochromatic Colors of #F7647C
Black with #F7647C
Text Example
Text Example
White with #F7647C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7647C; }
p { color: rgb(247,100,124); }
H1.HeaderClassName
{
color: #F7647C;
}
.AnyTagClassName
{
color: #F7647C;
}
</style>
background-color css
<style>
a { background-color: #F7647C; }
a { background-color: rgb(247,100,124); }
div.DivClassName
{
background-color: #F7647C;
}
.BgClassName
{
background-color: #F7647C;
}
</style>
border-color css
<style>
span { border-color: #F7647C; }
span { border-color: rgb(247,100,124); }
td.TdClassName
{
border-color: #F7647C;
}
.TagClassName
{
border-color: #F7647C;
}
</style>