Shades of Brink Pink #F7637D
Tints of Brink Pink #F7637D
RGB
CMYK
RGB Variations
Color information
#F7637D (or 0xF7637D) is known color: Brink Pink. HEX triplet: F7, 63 and 7D. RGB value is (247,99,125). Sum of RGB (Red+Green+Blue) = 247+99+125=471 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.44% from 471); Green value is 99 (39.06% from 255 or 21.02% from 471); Blue value is 125 (49.22% from 255 or 26.54% from 471); Max value from RGB is 247 - color contains mainly: red. Hex color #F7637D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7637D is #089C82. Grayscale: #929292. Windows color (decimal): -564355 or 8217591. OLE color: 8217591.
HSL color Cylindrical-coordinate representation of color #F7637D: hue angle of 349.46º 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 #F7637D is Cyan = 0, Magento = 0.60, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 99 | 125 | - |
| CMYK | 0 | 0.60 | 0.49 | 0.03 |
| HSL | 349.46º | 0.9% | 0.68% | - |
| HSV(B) | 349.46º | 0.6% | 0.97% | - |
| XYZ | 46.52 | 30.18 | 22.78 | - |
| YUV | 146.22 | 116.03 | 199.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 99 | 125 | 0 | 0.60 | 0.49 | 0.03 | 349.46 | 0.9 | 0.68 |
| Hex | F7 | 63 | 7D | 0 | 3C | 31 | 3 | 15D | 5A | 44 |
| Octal | 367 | 143 | 175 | 0 | 74 | 61 | 3 | 535 | 132 | 104 |
| Binary | 11110111 | 1100011 | 1111101 | 0 | 111100 | 110001 | 11 | 101011101 | 1011010 | 1000100 |
Color Harmonies of #F7637D
Complementary color
Monochromatic Colors of #F7637D
Black with #F7637D
Text Example
Text Example
White with #F7637D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7637D; }
p { color: rgb(247,99,125); }
H1.HeaderClassName
{
color: #F7637D;
}
.AnyTagClassName
{
color: #F7637D;
}
</style>
background-color css
<style>
a { background-color: #F7637D; }
a { background-color: rgb(247,99,125); }
div.DivClassName
{
background-color: #F7637D;
}
.BgClassName
{
background-color: #F7637D;
}
</style>
border-color css
<style>
span { border-color: #F7637D; }
span { border-color: rgb(247,99,125); }
td.TdClassName
{
border-color: #F7637D;
}
.TagClassName
{
border-color: #F7637D;
}
</style>