Shades of Brink Pink #F7617D
Tints of Brink Pink #F7617D
RGB
CMYK
RGB Variations
Color information
#F7617D (or 0xF7617D) is known color: Brink Pink. HEX triplet: F7, 61 and 7D. RGB value is (247,97,125). Sum of RGB (Red+Green+Blue) = 247+97+125=469 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.67% from 469); Green value is 97 (38.28% from 255 or 20.68% from 469); Blue value is 125 (49.22% from 255 or 26.65% from 469); Max value from RGB is 247 - color contains mainly: red. Hex color #F7617D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7617D is #089E82. Grayscale: #919191. Windows color (decimal): -564867 or 8217079. OLE color: 8217079.
HSL color Cylindrical-coordinate representation of color #F7617D: hue angle of 348.8º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F7617D is Cyan = 0, Magento = 0.61, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 97 | 125 | - |
| CMYK | 0 | 0.61 | 0.49 | 0.03 |
| HSL | 348.8º | 0.9% | 0.67% | - |
| HSV(B) | 348.8º | 0.61% | 0.97% | - |
| XYZ | 46.33 | 29.8 | 22.71 | - |
| YUV | 145.04 | 116.7 | 200.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 97 | 125 | 0 | 0.61 | 0.49 | 0.03 | 348.8 | 0.9 | 0.67 |
| Hex | F7 | 61 | 7D | 0 | 3D | 31 | 3 | 15D | 5A | 43 |
| Octal | 367 | 141 | 175 | 0 | 75 | 61 | 3 | 535 | 132 | 103 |
| Binary | 11110111 | 1100001 | 1111101 | 0 | 111101 | 110001 | 11 | 101011101 | 1011010 | 1000011 |
Color Harmonies of #F7617D
Complementary color
Monochromatic Colors of #F7617D
Black with #F7617D
Text Example
Text Example
White with #F7617D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7617D; }
p { color: rgb(247,97,125); }
H1.HeaderClassName
{
color: #F7617D;
}
.AnyTagClassName
{
color: #F7617D;
}
</style>
background-color css
<style>
a { background-color: #F7617D; }
a { background-color: rgb(247,97,125); }
div.DivClassName
{
background-color: #F7617D;
}
.BgClassName
{
background-color: #F7617D;
}
</style>
border-color css
<style>
span { border-color: #F7617D; }
span { border-color: rgb(247,97,125); }
td.TdClassName
{
border-color: #F7617D;
}
.TagClassName
{
border-color: #F7617D;
}
</style>