Shades of Brink Pink #F86881
Tints of Brink Pink #F86881
RGB
CMYK
RGB Variations
Color information
#F86881 (or 0xF86881) is known color: Brink Pink. HEX triplet: F8, 68 and 81. RGB value is (248,104,129). Sum of RGB (Red+Green+Blue) = 248+104+129=481 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.56% from 481); Green value is 104 (41.02% from 255 or 21.62% from 481); Blue value is 129 (50.78% from 255 or 26.82% from 481); Max value from RGB is 248 - color contains mainly: red. Hex color #F86881 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86881 is #07977E. Grayscale: #959595. Windows color (decimal): -497535 or 8481016. OLE color: 8481016.
HSL color Cylindrical-coordinate representation of color #F86881: hue angle of 349.58º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F86881 is Cyan = 0, Magento = 0.58, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 104 | 129 | - |
| CMYK | 0 | 0.58 | 0.48 | 0.03 |
| HSL | 349.58º | 0.91% | 0.69% | - |
| HSV(B) | 349.58º | 0.58% | 0.97% | - |
| XYZ | 47.62 | 31.44 | 24.33 | - |
| YUV | 149.91 | 116.21 | 197.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 104 | 129 | 0 | 0.58 | 0.48 | 0.03 | 349.58 | 0.91 | 0.69 |
| Hex | F8 | 68 | 81 | 0 | 3A | 30 | 3 | 15E | 5B | 45 |
| Octal | 370 | 150 | 201 | 0 | 72 | 60 | 3 | 536 | 133 | 105 |
| Binary | 11111000 | 1101000 | 10000001 | 0 | 111010 | 110000 | 11 | 101011110 | 1011011 | 1000101 |
Color Harmonies of #F86881
Complementary color
Monochromatic Colors of #F86881
Black with #F86881
Text Example
Text Example
White with #F86881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86881; }
p { color: rgb(248,104,129); }
H1.HeaderClassName
{
color: #F86881;
}
.AnyTagClassName
{
color: #F86881;
}
</style>
background-color css
<style>
a { background-color: #F86881; }
a { background-color: rgb(248,104,129); }
div.DivClassName
{
background-color: #F86881;
}
.BgClassName
{
background-color: #F86881;
}
</style>
border-color css
<style>
span { border-color: #F86881; }
span { border-color: rgb(248,104,129); }
td.TdClassName
{
border-color: #F86881;
}
.TagClassName
{
border-color: #F86881;
}
</style>