Shades of Brink Pink #F55C8D
Tints of Brink Pink #F55C8D
RGB
CMYK
RGB Variations
Color information
#F55C8D (or 0xF55C8D) is known color: Brink Pink. HEX triplet: F5, 5C and 8D. RGB value is (245,92,141). Sum of RGB (Red+Green+Blue) = 245+92+141=478 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.26% from 478); Green value is 92 (36.33% from 255 or 19.25% from 478); Blue value is 141 (55.47% from 255 or 29.50% from 478); Max value from RGB is 245 - color contains mainly: red. Hex color #F55C8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55C8D is #0AA372. Grayscale: #8F8F8F. Windows color (decimal): -697203 or 9264373. OLE color: 9264373.
HSL color Cylindrical-coordinate representation of color #F55C8D: hue angle of 340.78º 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 #F55C8D is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 92 | 141 | - |
| CMYK | 0 | 0.62 | 0.42 | 0.04 |
| HSL | 340.78º | 0.88% | 0.66% | - |
| HSV(B) | 340.78º | 0.62% | 0.96% | - |
| XYZ | 46.29 | 28.99 | 28.36 | - |
| YUV | 143.33 | 126.69 | 200.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 92 | 141 | 0 | 0.62 | 0.42 | 0.04 | 340.78 | 0.88 | 0.66 |
| Hex | F5 | 5C | 8D | 0 | 3E | 2A | 4 | 155 | 58 | 42 |
| Octal | 365 | 134 | 215 | 0 | 76 | 52 | 4 | 525 | 130 | 102 |
| Binary | 11110101 | 1011100 | 10001101 | 0 | 111110 | 101010 | 100 | 101010101 | 1011000 | 1000010 |
Color Harmonies of #F55C8D
Complementary color
Monochromatic Colors of #F55C8D
Black with #F55C8D
Text Example
Text Example
White with #F55C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55C8D; }
p { color: rgb(245,92,141); }
H1.HeaderClassName
{
color: #F55C8D;
}
.AnyTagClassName
{
color: #F55C8D;
}
</style>
background-color css
<style>
a { background-color: #F55C8D; }
a { background-color: rgb(245,92,141); }
div.DivClassName
{
background-color: #F55C8D;
}
.BgClassName
{
background-color: #F55C8D;
}
</style>
border-color css
<style>
span { border-color: #F55C8D; }
span { border-color: rgb(245,92,141); }
td.TdClassName
{
border-color: #F55C8D;
}
.TagClassName
{
border-color: #F55C8D;
}
</style>