Shades of Brink Pink #F87381
Tints of Brink Pink #F87381
RGB
CMYK
RGB Variations
Color information
#F87381 (or 0xF87381) is known color: Brink Pink. HEX triplet: F8, 73 and 81. RGB value is (248,115,129). Sum of RGB (Red+Green+Blue) = 248+115+129=492 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.41% from 492); Green value is 115 (45.31% from 255 or 23.37% from 492); Blue value is 129 (50.78% from 255 or 26.22% from 492); Max value from RGB is 248 - color contains mainly: red. Hex color #F87381 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F87381 is #078C7E. Grayscale: #9C9C9C. Windows color (decimal): -494719 or 8483832. OLE color: 8483832.
HSL color Cylindrical-coordinate representation of color #F87381: hue angle of 353.68º degrees, saturation: 0.9, 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 #F87381 is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 115 | 129 | - |
| CMYK | 0 | 0.54 | 0.48 | 0.03 |
| HSL | 353.68º | 0.9% | 0.71% | - |
| HSV(B) | 353.68º | 0.54% | 0.97% | - |
| XYZ | 48.8 | 33.8 | 24.72 | - |
| YUV | 156.36 | 112.56 | 193.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 115 | 129 | 0 | 0.54 | 0.48 | 0.03 | 353.68 | 0.9 | 0.71 |
| Hex | F8 | 73 | 81 | 0 | 36 | 30 | 3 | 162 | 5A | 47 |
| Octal | 370 | 163 | 201 | 0 | 66 | 60 | 3 | 542 | 132 | 107 |
| Binary | 11111000 | 1110011 | 10000001 | 0 | 110110 | 110000 | 11 | 101100010 | 1011010 | 1000111 |
Color Harmonies of #F87381
Complementary color
Monochromatic Colors of #F87381
Black with #F87381
Text Example
Text Example
White with #F87381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87381; }
p { color: rgb(248,115,129); }
H1.HeaderClassName
{
color: #F87381;
}
.AnyTagClassName
{
color: #F87381;
}
</style>
background-color css
<style>
a { background-color: #F87381; }
a { background-color: rgb(248,115,129); }
div.DivClassName
{
background-color: #F87381;
}
.BgClassName
{
background-color: #F87381;
}
</style>
border-color css
<style>
span { border-color: #F87381; }
span { border-color: rgb(248,115,129); }
td.TdClassName
{
border-color: #F87381;
}
.TagClassName
{
border-color: #F87381;
}
</style>