Shades of Brink Pink #F7617E
Tints of Brink Pink #F7617E
RGB
CMYK
RGB Variations
Color information
#F7617E (or 0xF7617E) is known color: Brink Pink. HEX triplet: F7, 61 and 7E. RGB value is (247,97,126). Sum of RGB (Red+Green+Blue) = 247+97+126=470 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.55% from 470); Green value is 97 (38.28% from 255 or 20.64% from 470); Blue value is 126 (49.61% from 255 or 26.81% from 470); Max value from RGB is 247 - color contains mainly: red. Hex color #F7617E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7617E is #089E81. Grayscale: #919191. Windows color (decimal): -564866 or 8282615. OLE color: 8282615.
HSL color Cylindrical-coordinate representation of color #F7617E: hue angle of 348.4º 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 #F7617E is Cyan = 0, Magento = 0.61, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 97 | 126 | - |
| CMYK | 0 | 0.61 | 0.49 | 0.03 |
| HSL | 348.4º | 0.9% | 0.67% | - |
| HSV(B) | 348.4º | 0.61% | 0.97% | - |
| XYZ | 46.4 | 29.83 | 23.05 | - |
| YUV | 145.16 | 117.2 | 200.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 97 | 126 | 0 | 0.61 | 0.49 | 0.03 | 348.4 | 0.9 | 0.67 |
| Hex | F7 | 61 | 7E | 0 | 3D | 31 | 3 | 15C | 5A | 43 |
| Octal | 367 | 141 | 176 | 0 | 75 | 61 | 3 | 534 | 132 | 103 |
| Binary | 11110111 | 1100001 | 1111110 | 0 | 111101 | 110001 | 11 | 101011100 | 1011010 | 1000011 |
Color Harmonies of #F7617E
Complementary color
Monochromatic Colors of #F7617E
Black with #F7617E
Text Example
Text Example
White with #F7617E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7617E; }
p { color: rgb(247,97,126); }
H1.HeaderClassName
{
color: #F7617E;
}
.AnyTagClassName
{
color: #F7617E;
}
</style>
background-color css
<style>
a { background-color: #F7617E; }
a { background-color: rgb(247,97,126); }
div.DivClassName
{
background-color: #F7617E;
}
.BgClassName
{
background-color: #F7617E;
}
</style>
border-color css
<style>
span { border-color: #F7617E; }
span { border-color: rgb(247,97,126); }
td.TdClassName
{
border-color: #F7617E;
}
.TagClassName
{
border-color: #F7617E;
}
</style>