Shades of Brink Pink #F85B7D
Tints of Brink Pink #F85B7D
RGB
CMYK
RGB Variations
Color information
#F85B7D (or 0xF85B7D) is known color: Brink Pink. HEX triplet: F8, 5B and 7D. RGB value is (248,91,125). Sum of RGB (Red+Green+Blue) = 248+91+125=464 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.45% from 464); Green value is 91 (35.94% from 255 or 19.61% from 464); Blue value is 125 (49.22% from 255 or 26.94% from 464); Max value from RGB is 248 - color contains mainly: red. Hex color #F85B7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85B7D is #07A482. Grayscale: #8D8D8D. Windows color (decimal): -500867 or 8215544. OLE color: 8215544.
HSL color Cylindrical-coordinate representation of color #F85B7D: hue angle of 347.01º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F85B7D is Cyan = 0, Magento = 0.63, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 91 | 125 | - |
| CMYK | 0 | 0.63 | 0.50 | 0.03 |
| HSL | 347.01º | 0.92% | 0.66% | - |
| HSV(B) | 347.01º | 0.63% | 0.97% | - |
| XYZ | 46.15 | 28.92 | 22.55 | - |
| YUV | 141.82 | 118.51 | 203.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 91 | 125 | 0 | 0.63 | 0.50 | 0.03 | 347.01 | 0.92 | 0.66 |
| Hex | F8 | 5B | 7D | 0 | 3F | 32 | 3 | 15B | 5C | 42 |
| Octal | 370 | 133 | 175 | 0 | 77 | 62 | 3 | 533 | 134 | 102 |
| Binary | 11111000 | 1011011 | 1111101 | 0 | 111111 | 110010 | 11 | 101011011 | 1011100 | 1000010 |
Color Harmonies of #F85B7D
Complementary color
Monochromatic Colors of #F85B7D
Black with #F85B7D
Text Example
Text Example
White with #F85B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85B7D; }
p { color: rgb(248,91,125); }
H1.HeaderClassName
{
color: #F85B7D;
}
.AnyTagClassName
{
color: #F85B7D;
}
</style>
background-color css
<style>
a { background-color: #F85B7D; }
a { background-color: rgb(248,91,125); }
div.DivClassName
{
background-color: #F85B7D;
}
.BgClassName
{
background-color: #F85B7D;
}
</style>
border-color css
<style>
span { border-color: #F85B7D; }
span { border-color: rgb(248,91,125); }
td.TdClassName
{
border-color: #F85B7D;
}
.TagClassName
{
border-color: #F85B7D;
}
</style>