Shades of Brink Pink #F85880
Tints of Brink Pink #F85880
RGB
CMYK
RGB Variations
Color information
#F85880 (or 0xF85880) is known color: Brink Pink. HEX triplet: F8, 58 and 80. RGB value is (248,88,128). Sum of RGB (Red+Green+Blue) = 248+88+128=464 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.45% from 464); Green value is 88 (34.77% from 255 or 18.97% from 464); Blue value is 128 (50.39% from 255 or 27.59% from 464); Max value from RGB is 248 - color contains mainly: red. Hex color #F85880 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85880 is #07A77F. Grayscale: #8C8C8C. Windows color (decimal): -501632 or 8411384. OLE color: 8411384.
HSL color Cylindrical-coordinate representation of color #F85880: hue angle of 345º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F85880 is Cyan = 0, Magento = 0.65, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 88 | 128 | - |
| CMYK | 0 | 0.65 | 0.48 | 0.03 |
| HSL | 345º | 0.92% | 0.66% | - |
| HSV(B) | 345º | 0.65% | 0.97% | - |
| XYZ | 46.1 | 28.49 | 23.49 | - |
| YUV | 140.4 | 121.01 | 204.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 88 | 128 | 0 | 0.65 | 0.48 | 0.03 | 345 | 0.92 | 0.66 |
| Hex | F8 | 58 | 80 | 0 | 41 | 30 | 3 | 159 | 5C | 42 |
| Octal | 370 | 130 | 200 | 0 | 101 | 60 | 3 | 531 | 134 | 102 |
| Binary | 11111000 | 1011000 | 10000000 | 0 | 1000001 | 110000 | 11 | 101011001 | 1011100 | 1000010 |
Color Harmonies of #F85880
Complementary color
Monochromatic Colors of #F85880
Black with #F85880
Text Example
Text Example
White with #F85880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85880; }
p { color: rgb(248,88,128); }
H1.HeaderClassName
{
color: #F85880;
}
.AnyTagClassName
{
color: #F85880;
}
</style>
background-color css
<style>
a { background-color: #F85880; }
a { background-color: rgb(248,88,128); }
div.DivClassName
{
background-color: #F85880;
}
.BgClassName
{
background-color: #F85880;
}
</style>
border-color css
<style>
span { border-color: #F85880; }
span { border-color: rgb(248,88,128); }
td.TdClassName
{
border-color: #F85880;
}
.TagClassName
{
border-color: #F85880;
}
</style>