Shades of Brink Pink #F85584
Tints of Brink Pink #F85584
RGB
CMYK
RGB Variations
Color information
#F85584 (or 0xF85584) is known color: Brink Pink. HEX triplet: F8, 55 and 84. RGB value is (248,85,132). Sum of RGB (Red+Green+Blue) = 248+85+132=465 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.33% from 465); Green value is 85 (33.59% from 255 or 18.28% from 465); Blue value is 132 (51.95% from 255 or 28.39% from 465); Max value from RGB is 248 - color contains mainly: red. Hex color #F85584 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85584 is #07AA7B. Grayscale: #8B8B8B. Windows color (decimal): -502396 or 8672760. OLE color: 8672760.
HSL color Cylindrical-coordinate representation of color #F85584: hue angle of 342.7º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F85584 is Cyan = 0, Magento = 0.66, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 85 | 132 | - |
| CMYK | 0 | 0.66 | 0.47 | 0.03 |
| HSL | 342.7º | 0.92% | 0.65% | - |
| HSV(B) | 342.7º | 0.66% | 0.97% | - |
| XYZ | 46.12 | 28.12 | 24.83 | - |
| YUV | 139.1 | 124 | 205.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 85 | 132 | 0 | 0.66 | 0.47 | 0.03 | 342.7 | 0.92 | 0.65 |
| Hex | F8 | 55 | 84 | 0 | 42 | 2F | 3 | 157 | 5C | 41 |
| Octal | 370 | 125 | 204 | 0 | 102 | 57 | 3 | 527 | 134 | 101 |
| Binary | 11111000 | 1010101 | 10000100 | 0 | 1000010 | 101111 | 11 | 101010111 | 1011100 | 1000001 |
Color Harmonies of #F85584
Complementary color
Monochromatic Colors of #F85584
Black with #F85584
Text Example
Text Example
White with #F85584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85584; }
p { color: rgb(248,85,132); }
H1.HeaderClassName
{
color: #F85584;
}
.AnyTagClassName
{
color: #F85584;
}
</style>
background-color css
<style>
a { background-color: #F85584; }
a { background-color: rgb(248,85,132); }
div.DivClassName
{
background-color: #F85584;
}
.BgClassName
{
background-color: #F85584;
}
</style>
border-color css
<style>
span { border-color: #F85584; }
span { border-color: rgb(248,85,132); }
td.TdClassName
{
border-color: #F85584;
}
.TagClassName
{
border-color: #F85584;
}
</style>