Shades of Brink Pink #F7717D
Tints of Brink Pink #F7717D
RGB
CMYK
RGB Variations
Color information
#F7717D (or 0xF7717D) is known color: Brink Pink. HEX triplet: F7, 71 and 7D. RGB value is (247,113,125). Sum of RGB (Red+Green+Blue) = 247+113+125=485 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.93% from 485); Green value is 113 (44.53% from 255 or 23.30% from 485); Blue value is 125 (49.22% from 255 or 25.77% from 485); Max value from RGB is 247 - color contains mainly: red. Hex color #F7717D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7717D is #088E82. Grayscale: #9A9A9A. Windows color (decimal): -560771 or 8221175. OLE color: 8221175.
HSL color Cylindrical-coordinate representation of color #F7717D: hue angle of 354.63º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F7717D is Cyan = 0, Magento = 0.54, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 113 | 125 | - |
| CMYK | 0 | 0.54 | 0.49 | 0.03 |
| HSL | 354.63º | 0.89% | 0.71% | - |
| HSV(B) | 354.63º | 0.54% | 0.97% | - |
| XYZ | 47.96 | 33.07 | 23.26 | - |
| YUV | 154.43 | 111.39 | 194.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 113 | 125 | 0 | 0.54 | 0.49 | 0.03 | 354.63 | 0.89 | 0.71 |
| Hex | F7 | 71 | 7D | 0 | 36 | 31 | 3 | 163 | 59 | 47 |
| Octal | 367 | 161 | 175 | 0 | 66 | 61 | 3 | 543 | 131 | 107 |
| Binary | 11110111 | 1110001 | 1111101 | 0 | 110110 | 110001 | 11 | 101100011 | 1011001 | 1000111 |
Color Harmonies of #F7717D
Complementary color
Monochromatic Colors of #F7717D
Black with #F7717D
Text Example
Text Example
White with #F7717D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7717D; }
p { color: rgb(247,113,125); }
H1.HeaderClassName
{
color: #F7717D;
}
.AnyTagClassName
{
color: #F7717D;
}
</style>
background-color css
<style>
a { background-color: #F7717D; }
a { background-color: rgb(247,113,125); }
div.DivClassName
{
background-color: #F7717D;
}
.BgClassName
{
background-color: #F7717D;
}
</style>
border-color css
<style>
span { border-color: #F7717D; }
span { border-color: rgb(247,113,125); }
td.TdClassName
{
border-color: #F7717D;
}
.TagClassName
{
border-color: #F7717D;
}
</style>