Shades of Brink Pink #F7657C
Tints of Brink Pink #F7657C
RGB
CMYK
RGB Variations
Color information
#F7657C (or 0xF7657C) is known color: Brink Pink. HEX triplet: F7, 65 and 7C. RGB value is (247,101,124). Sum of RGB (Red+Green+Blue) = 247+101+124=472 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.33% from 472); Green value is 101 (39.84% from 255 or 21.40% from 472); Blue value is 124 (48.83% from 255 or 26.27% from 472); Max value from RGB is 247 - color contains mainly: red. Hex color #F7657C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7657C is #089A83. Grayscale: #939393. Windows color (decimal): -563844 or 8152567. OLE color: 8152567.
HSL color Cylindrical-coordinate representation of color #F7657C: hue angle of 350.55º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F7657C is Cyan = 0, Magento = 0.59, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 101 | 124 | - |
| CMYK | 0 | 0.59 | 0.50 | 0.03 |
| HSL | 350.55º | 0.9% | 0.68% | - |
| HSV(B) | 350.55º | 0.59% | 0.97% | - |
| XYZ | 46.65 | 30.54 | 22.5 | - |
| YUV | 147.28 | 114.87 | 199.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 101 | 124 | 0 | 0.59 | 0.50 | 0.03 | 350.55 | 0.9 | 0.68 |
| Hex | F7 | 65 | 7C | 0 | 3B | 32 | 3 | 15F | 5A | 44 |
| Octal | 367 | 145 | 174 | 0 | 73 | 62 | 3 | 537 | 132 | 104 |
| Binary | 11110111 | 1100101 | 1111100 | 0 | 111011 | 110010 | 11 | 101011111 | 1011010 | 1000100 |
Color Harmonies of #F7657C
Complementary color
Monochromatic Colors of #F7657C
Black with #F7657C
Text Example
Text Example
White with #F7657C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7657C; }
p { color: rgb(247,101,124); }
H1.HeaderClassName
{
color: #F7657C;
}
.AnyTagClassName
{
color: #F7657C;
}
</style>
background-color css
<style>
a { background-color: #F7657C; }
a { background-color: rgb(247,101,124); }
div.DivClassName
{
background-color: #F7657C;
}
.BgClassName
{
background-color: #F7657C;
}
</style>
border-color css
<style>
span { border-color: #F7657C; }
span { border-color: rgb(247,101,124); }
td.TdClassName
{
border-color: #F7657C;
}
.TagClassName
{
border-color: #F7657C;
}
</style>