Shades of Brink Pink #F8717D
Tints of Brink Pink #F8717D
RGB
CMYK
RGB Variations
Color information
#F8717D (or 0xF8717D) is known color: Brink Pink. HEX triplet: F8, 71 and 7D. RGB value is (248,113,125). Sum of RGB (Red+Green+Blue) = 248+113+125=486 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.03% from 486); Green value is 113 (44.53% from 255 or 23.25% from 486); Blue value is 125 (49.22% from 255 or 25.72% from 486); Max value from RGB is 248 - color contains mainly: red. Hex color #F8717D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8717D is #078E82. Grayscale: #9A9A9A. Windows color (decimal): -495235 or 8221176. OLE color: 8221176.
HSL color Cylindrical-coordinate representation of color #F8717D: hue angle of 354.67º degrees, saturation: 0.91, 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 #F8717D is Cyan = 0, Magento = 0.54, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 113 | 125 | - |
| CMYK | 0 | 0.54 | 0.50 | 0.03 |
| HSL | 354.67º | 0.91% | 0.71% | - |
| HSV(B) | 354.67º | 0.54% | 0.97% | - |
| XYZ | 48.32 | 33.25 | 23.27 | - |
| YUV | 154.73 | 111.23 | 194.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 113 | 125 | 0 | 0.54 | 0.50 | 0.03 | 354.67 | 0.91 | 0.71 |
| Hex | F8 | 71 | 7D | 0 | 36 | 32 | 3 | 163 | 5B | 47 |
| Octal | 370 | 161 | 175 | 0 | 66 | 62 | 3 | 543 | 133 | 107 |
| Binary | 11111000 | 1110001 | 1111101 | 0 | 110110 | 110010 | 11 | 101100011 | 1011011 | 1000111 |
Color Harmonies of #F8717D
Complementary color
Monochromatic Colors of #F8717D
Black with #F8717D
Text Example
Text Example
White with #F8717D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8717D; }
p { color: rgb(248,113,125); }
H1.HeaderClassName
{
color: #F8717D;
}
.AnyTagClassName
{
color: #F8717D;
}
</style>
background-color css
<style>
a { background-color: #F8717D; }
a { background-color: rgb(248,113,125); }
div.DivClassName
{
background-color: #F8717D;
}
.BgClassName
{
background-color: #F8717D;
}
</style>
border-color css
<style>
span { border-color: #F8717D; }
span { border-color: rgb(248,113,125); }
td.TdClassName
{
border-color: #F8717D;
}
.TagClassName
{
border-color: #F8717D;
}
</style>