Shades of Brink Pink #F55580
Tints of Brink Pink #F55580
RGB
CMYK
RGB Variations
Color information
#F55580 (or 0xF55580) is known color: Brink Pink. HEX triplet: F5, 55 and 80. RGB value is (245,85,128). Sum of RGB (Red+Green+Blue) = 245+85+128=458 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.49% from 458); Green value is 85 (33.59% from 255 or 18.56% from 458); Blue value is 128 (50.39% from 255 or 27.95% from 458); Max value from RGB is 245 - color contains mainly: red. Hex color #F55580 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55580 is #0AAA7F. Grayscale: #898989. Windows color (decimal): -699008 or 8410613. OLE color: 8410613.
HSL color Cylindrical-coordinate representation of color #F55580: hue angle of 343.88º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F55580 is Cyan = 0, Magento = 0.65, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 85 | 128 | - |
| CMYK | 0 | 0.65 | 0.48 | 0.04 |
| HSL | 343.88º | 0.89% | 0.65% | - |
| HSV(B) | 343.88º | 0.65% | 0.96% | - |
| XYZ | 44.8 | 27.47 | 23.36 | - |
| YUV | 137.74 | 122.51 | 204.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 85 | 128 | 0 | 0.65 | 0.48 | 0.04 | 343.88 | 0.89 | 0.65 |
| Hex | F5 | 55 | 80 | 0 | 41 | 30 | 4 | 158 | 59 | 41 |
| Octal | 365 | 125 | 200 | 0 | 101 | 60 | 4 | 530 | 131 | 101 |
| Binary | 11110101 | 1010101 | 10000000 | 0 | 1000001 | 110000 | 100 | 101011000 | 1011001 | 1000001 |
Color Harmonies of #F55580
Complementary color
Monochromatic Colors of #F55580
Black with #F55580
Text Example
Text Example
White with #F55580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55580; }
p { color: rgb(245,85,128); }
H1.HeaderClassName
{
color: #F55580;
}
.AnyTagClassName
{
color: #F55580;
}
</style>
background-color css
<style>
a { background-color: #F55580; }
a { background-color: rgb(245,85,128); }
div.DivClassName
{
background-color: #F55580;
}
.BgClassName
{
background-color: #F55580;
}
</style>
border-color css
<style>
span { border-color: #F55580; }
span { border-color: rgb(245,85,128); }
td.TdClassName
{
border-color: #F55580;
}
.TagClassName
{
border-color: #F55580;
}
</style>