Shades of Brink Pink #F55885
Tints of Brink Pink #F55885
RGB
CMYK
RGB Variations
Color information
#F55885 (or 0xF55885) is known color: Brink Pink. HEX triplet: F5, 58 and 85. RGB value is (245,88,133). Sum of RGB (Red+Green+Blue) = 245+88+133=466 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.58% from 466); Green value is 88 (34.77% from 255 or 18.88% from 466); Blue value is 133 (52.34% from 255 or 28.54% from 466); Max value from RGB is 245 - color contains mainly: red. Hex color #F55885 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55885 is #0AA77A. Grayscale: #8C8C8C. Windows color (decimal): -698235 or 8739061. OLE color: 8739061.
HSL color Cylindrical-coordinate representation of color #F55885: hue angle of 342.8º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F55885 is Cyan = 0, Magento = 0.64, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 88 | 133 | - |
| CMYK | 0 | 0.64 | 0.46 | 0.04 |
| HSL | 342.8º | 0.89% | 0.65% | - |
| HSV(B) | 342.8º | 0.64% | 0.96% | - |
| XYZ | 45.38 | 28.09 | 25.22 | - |
| YUV | 140.07 | 124.01 | 202.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 88 | 133 | 0 | 0.64 | 0.46 | 0.04 | 342.8 | 0.89 | 0.65 |
| Hex | F5 | 58 | 85 | 0 | 40 | 2E | 4 | 157 | 59 | 41 |
| Octal | 365 | 130 | 205 | 0 | 100 | 56 | 4 | 527 | 131 | 101 |
| Binary | 11110101 | 1011000 | 10000101 | 0 | 1000000 | 101110 | 100 | 101010111 | 1011001 | 1000001 |
Color Harmonies of #F55885
Complementary color
Monochromatic Colors of #F55885
Black with #F55885
Text Example
Text Example
White with #F55885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55885; }
p { color: rgb(245,88,133); }
H1.HeaderClassName
{
color: #F55885;
}
.AnyTagClassName
{
color: #F55885;
}
</style>
background-color css
<style>
a { background-color: #F55885; }
a { background-color: rgb(245,88,133); }
div.DivClassName
{
background-color: #F55885;
}
.BgClassName
{
background-color: #F55885;
}
</style>
border-color css
<style>
span { border-color: #F55885; }
span { border-color: rgb(245,88,133); }
td.TdClassName
{
border-color: #F55885;
}
.TagClassName
{
border-color: #F55885;
}
</style>