Shades of Brink Pink #F7647F
Tints of Brink Pink #F7647F
RGB
CMYK
RGB Variations
Color information
#F7647F (or 0xF7647F) is known color: Brink Pink. HEX triplet: F7, 64 and 7F. RGB value is (247,100,127). Sum of RGB (Red+Green+Blue) = 247+100+127=474 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.11% from 474); Green value is 100 (39.45% from 255 or 21.10% from 474); Blue value is 127 (50% from 255 or 26.79% from 474); Max value from RGB is 247 - color contains mainly: red. Hex color #F7647F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7647F is #089B80. Grayscale: #939393. Windows color (decimal): -564097 or 8348919. OLE color: 8348919.
HSL color Cylindrical-coordinate representation of color #F7647F: hue angle of 348.98º 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 #F7647F is Cyan = 0, Magento = 0.60, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 100 | 127 | - |
| CMYK | 0 | 0.60 | 0.49 | 0.03 |
| HSL | 348.98º | 0.9% | 0.68% | - |
| HSV(B) | 348.98º | 0.6% | 0.97% | - |
| XYZ | 46.75 | 30.42 | 23.49 | - |
| YUV | 147.03 | 116.7 | 199.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 100 | 127 | 0 | 0.60 | 0.49 | 0.03 | 348.98 | 0.9 | 0.68 |
| Hex | F7 | 64 | 7F | 0 | 3C | 31 | 3 | 15D | 5A | 44 |
| Octal | 367 | 144 | 177 | 0 | 74 | 61 | 3 | 535 | 132 | 104 |
| Binary | 11110111 | 1100100 | 1111111 | 0 | 111100 | 110001 | 11 | 101011101 | 1011010 | 1000100 |
Color Harmonies of #F7647F
Complementary color
Monochromatic Colors of #F7647F
Black with #F7647F
Text Example
Text Example
White with #F7647F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7647F; }
p { color: rgb(247,100,127); }
H1.HeaderClassName
{
color: #F7647F;
}
.AnyTagClassName
{
color: #F7647F;
}
</style>
background-color css
<style>
a { background-color: #F7647F; }
a { background-color: rgb(247,100,127); }
div.DivClassName
{
background-color: #F7647F;
}
.BgClassName
{
background-color: #F7647F;
}
</style>
border-color css
<style>
span { border-color: #F7647F; }
span { border-color: rgb(247,100,127); }
td.TdClassName
{
border-color: #F7647F;
}
.TagClassName
{
border-color: #F7647F;
}
</style>