Shades of Brink Pink #F5628D
Tints of Brink Pink #F5628D
RGB
CMYK
RGB Variations
Color information
#F5628D (or 0xF5628D) is known color: Brink Pink. HEX triplet: F5, 62 and 8D. RGB value is (245,98,141). Sum of RGB (Red+Green+Blue) = 245+98+141=484 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.62% from 484); Green value is 98 (38.67% from 255 or 20.25% from 484); Blue value is 141 (55.47% from 255 or 29.13% from 484); Max value from RGB is 245 - color contains mainly: red. Hex color #F5628D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F5628D is #0A9D72. Grayscale: #929292. Windows color (decimal): -695667 or 9265909. OLE color: 9265909.
HSL color Cylindrical-coordinate representation of color #F5628D: hue angle of 342.45º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F5628D is Cyan = 0, Magento = 0.6, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 98 | 141 | - |
| CMYK | 0 | 0.6 | 0.42 | 0.04 |
| HSL | 342.45º | 0.88% | 0.67% | - |
| HSV(B) | 342.45º | 0.6% | 0.96% | - |
| XYZ | 46.83 | 30.07 | 28.54 | - |
| YUV | 146.86 | 124.7 | 198 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 98 | 141 | 0 | 0.6 | 0.42 | 0.04 | 342.45 | 0.88 | 0.67 |
| Hex | F5 | 62 | 8D | 0 | 3C | 2A | 4 | 156 | 58 | 43 |
| Octal | 365 | 142 | 215 | 0 | 74 | 52 | 4 | 526 | 130 | 103 |
| Binary | 11110101 | 1100010 | 10001101 | 0 | 111100 | 101010 | 100 | 101010110 | 1011000 | 1000011 |
Color Harmonies of #F5628D
Complementary color
Monochromatic Colors of #F5628D
Black with #F5628D
Text Example
Text Example
White with #F5628D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5628D; }
p { color: rgb(245,98,141); }
H1.HeaderClassName
{
color: #F5628D;
}
.AnyTagClassName
{
color: #F5628D;
}
</style>
background-color css
<style>
a { background-color: #F5628D; }
a { background-color: rgb(245,98,141); }
div.DivClassName
{
background-color: #F5628D;
}
.BgClassName
{
background-color: #F5628D;
}
</style>
border-color css
<style>
span { border-color: #F5628D; }
span { border-color: rgb(245,98,141); }
td.TdClassName
{
border-color: #F5628D;
}
.TagClassName
{
border-color: #F5628D;
}
</style>