Shades of Brink Pink #F8718A
Tints of Brink Pink #F8718A
RGB
CMYK
RGB Variations
Color information
#F8718A (or 0xF8718A) is known color: Brink Pink. HEX triplet: F8, 71 and 8A. RGB value is (248,113,138). Sum of RGB (Red+Green+Blue) = 248+113+138=499 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.70% from 499); Green value is 113 (44.53% from 255 or 22.65% from 499); Blue value is 138 (54.30% from 255 or 27.66% from 499); Max value from RGB is 248 - color contains mainly: red. Hex color #F8718A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F8718A is #078E75. Grayscale: #9C9C9C. Windows color (decimal): -495222 or 9073144. OLE color: 9073144.
HSL color Cylindrical-coordinate representation of color #F8718A: hue angle of 348.89º 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 #F8718A is Cyan = 0, Magento = 0.54, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 113 | 138 | - |
| CMYK | 0 | 0.54 | 0.44 | 0.03 |
| HSL | 348.89º | 0.91% | 0.71% | - |
| HSV(B) | 348.89º | 0.54% | 0.97% | - |
| XYZ | 49.2 | 33.6 | 27.94 | - |
| YUV | 156.22 | 117.73 | 193.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 113 | 138 | 0 | 0.54 | 0.44 | 0.03 | 348.89 | 0.91 | 0.71 |
| Hex | F8 | 71 | 8A | 0 | 36 | 2C | 3 | 15D | 5B | 47 |
| Octal | 370 | 161 | 212 | 0 | 66 | 54 | 3 | 535 | 133 | 107 |
| Binary | 11111000 | 1110001 | 10001010 | 0 | 110110 | 101100 | 11 | 101011101 | 1011011 | 1000111 |
Color Harmonies of #F8718A
Complementary color
Monochromatic Colors of #F8718A
Black with #F8718A
Text Example
Text Example
White with #F8718A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8718A; }
p { color: rgb(248,113,138); }
H1.HeaderClassName
{
color: #F8718A;
}
.AnyTagClassName
{
color: #F8718A;
}
</style>
background-color css
<style>
a { background-color: #F8718A; }
a { background-color: rgb(248,113,138); }
div.DivClassName
{
background-color: #F8718A;
}
.BgClassName
{
background-color: #F8718A;
}
</style>
border-color css
<style>
span { border-color: #F8718A; }
span { border-color: rgb(248,113,138); }
td.TdClassName
{
border-color: #F8718A;
}
.TagClassName
{
border-color: #F8718A;
}
</style>