Shades of Brink Pink #F55C85
Tints of Brink Pink #F55C85
RGB
CMYK
RGB Variations
Color information
#F55C85 (or 0xF55C85) is known color: Brink Pink. HEX triplet: F5, 5C and 85. RGB value is (245,92,133). Sum of RGB (Red+Green+Blue) = 245+92+133=470 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.13% from 470); Green value is 92 (36.33% from 255 or 19.57% from 470); Blue value is 133 (52.34% from 255 or 28.30% from 470); Max value from RGB is 245 - color contains mainly: red. Hex color #F55C85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55C85 is #0AA37A. Grayscale: #8E8E8E. Windows color (decimal): -697211 or 8740085. OLE color: 8740085.
HSL color Cylindrical-coordinate representation of color #F55C85: hue angle of 343.92º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F55C85 is Cyan = 0, Magento = 0.62, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 92 | 133 | - |
| CMYK | 0 | 0.62 | 0.46 | 0.04 |
| HSL | 343.92º | 0.88% | 0.66% | - |
| HSV(B) | 343.92º | 0.62% | 0.96% | - |
| XYZ | 45.72 | 28.76 | 25.33 | - |
| YUV | 142.42 | 122.69 | 201.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 92 | 133 | 0 | 0.62 | 0.46 | 0.04 | 343.92 | 0.88 | 0.66 |
| Hex | F5 | 5C | 85 | 0 | 3E | 2E | 4 | 158 | 58 | 42 |
| Octal | 365 | 134 | 205 | 0 | 76 | 56 | 4 | 530 | 130 | 102 |
| Binary | 11110101 | 1011100 | 10000101 | 0 | 111110 | 101110 | 100 | 101011000 | 1011000 | 1000010 |
Color Harmonies of #F55C85
Complementary color
Monochromatic Colors of #F55C85
Black with #F55C85
Text Example
Text Example
White with #F55C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55C85; }
p { color: rgb(245,92,133); }
H1.HeaderClassName
{
color: #F55C85;
}
.AnyTagClassName
{
color: #F55C85;
}
</style>
background-color css
<style>
a { background-color: #F55C85; }
a { background-color: rgb(245,92,133); }
div.DivClassName
{
background-color: #F55C85;
}
.BgClassName
{
background-color: #F55C85;
}
</style>
border-color css
<style>
span { border-color: #F55C85; }
span { border-color: rgb(245,92,133); }
td.TdClassName
{
border-color: #F55C85;
}
.TagClassName
{
border-color: #F55C85;
}
</style>