Shades of Brink Pink #F7617F
Tints of Brink Pink #F7617F
RGB
CMYK
RGB Variations
Color information
#F7617F (or 0xF7617F) is known color: Brink Pink. HEX triplet: F7, 61 and 7F. RGB value is (247,97,127). Sum of RGB (Red+Green+Blue) = 247+97+127=471 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.44% from 471); Green value is 97 (38.28% from 255 or 20.59% from 471); Blue value is 127 (50% from 255 or 26.96% from 471); Max value from RGB is 247 - color contains mainly: red. Hex color #F7617F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7617F is #089E80. Grayscale: #919191. Windows color (decimal): -564865 or 8348151. OLE color: 8348151.
HSL color Cylindrical-coordinate representation of color #F7617F: hue angle of 348º 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 #F7617F is Cyan = 0, Magento = 0.61, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 97 | 127 | - |
| CMYK | 0 | 0.61 | 0.49 | 0.03 |
| HSL | 348º | 0.9% | 0.67% | - |
| HSV(B) | 348º | 0.61% | 0.97% | - |
| XYZ | 46.46 | 29.86 | 23.39 | - |
| YUV | 145.27 | 117.7 | 200.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 97 | 127 | 0 | 0.61 | 0.49 | 0.03 | 348 | 0.9 | 0.67 |
| Hex | F7 | 61 | 7F | 0 | 3D | 31 | 3 | 15C | 5A | 43 |
| Octal | 367 | 141 | 177 | 0 | 75 | 61 | 3 | 534 | 132 | 103 |
| Binary | 11110111 | 1100001 | 1111111 | 0 | 111101 | 110001 | 11 | 101011100 | 1011010 | 1000011 |
Color Harmonies of #F7617F
Complementary color
Monochromatic Colors of #F7617F
Black with #F7617F
Text Example
Text Example
White with #F7617F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7617F; }
p { color: rgb(247,97,127); }
H1.HeaderClassName
{
color: #F7617F;
}
.AnyTagClassName
{
color: #F7617F;
}
</style>
background-color css
<style>
a { background-color: #F7617F; }
a { background-color: rgb(247,97,127); }
div.DivClassName
{
background-color: #F7617F;
}
.BgClassName
{
background-color: #F7617F;
}
</style>
border-color css
<style>
span { border-color: #F7617F; }
span { border-color: rgb(247,97,127); }
td.TdClassName
{
border-color: #F7617F;
}
.TagClassName
{
border-color: #F7617F;
}
</style>