Shades of Brink Pink #F5628B
Tints of Brink Pink #F5628B
RGB
CMYK
RGB Variations
Color information
#F5628B (or 0xF5628B) is known color: Brink Pink. HEX triplet: F5, 62 and 8B. RGB value is (245,98,139). Sum of RGB (Red+Green+Blue) = 245+98+139=482 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.83% from 482); Green value is 98 (38.67% from 255 or 20.33% from 482); Blue value is 139 (54.69% from 255 or 28.84% from 482); Max value from RGB is 245 - color contains mainly: red. Hex color #F5628B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F5628B is #0A9D74. Grayscale: #929292. Windows color (decimal): -695669 or 9134837. OLE color: 9134837.
HSL color Cylindrical-coordinate representation of color #F5628B: hue angle of 343.27º 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 #F5628B is Cyan = 0, Magento = 0.6, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 98 | 139 | - |
| CMYK | 0 | 0.6 | 0.43 | 0.04 |
| HSL | 343.27º | 0.88% | 0.67% | - |
| HSV(B) | 343.27º | 0.6% | 0.96% | - |
| XYZ | 46.68 | 30.01 | 27.76 | - |
| YUV | 146.63 | 123.7 | 198.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 98 | 139 | 0 | 0.6 | 0.43 | 0.04 | 343.27 | 0.88 | 0.67 |
| Hex | F5 | 62 | 8B | 0 | 3C | 2B | 4 | 157 | 58 | 43 |
| Octal | 365 | 142 | 213 | 0 | 74 | 53 | 4 | 527 | 130 | 103 |
| Binary | 11110101 | 1100010 | 10001011 | 0 | 111100 | 101011 | 100 | 101010111 | 1011000 | 1000011 |
Color Harmonies of #F5628B
Complementary color
Monochromatic Colors of #F5628B
Black with #F5628B
Text Example
Text Example
White with #F5628B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5628B; }
p { color: rgb(245,98,139); }
H1.HeaderClassName
{
color: #F5628B;
}
.AnyTagClassName
{
color: #F5628B;
}
</style>
background-color css
<style>
a { background-color: #F5628B; }
a { background-color: rgb(245,98,139); }
div.DivClassName
{
background-color: #F5628B;
}
.BgClassName
{
background-color: #F5628B;
}
</style>
border-color css
<style>
span { border-color: #F5628B; }
span { border-color: rgb(245,98,139); }
td.TdClassName
{
border-color: #F5628B;
}
.TagClassName
{
border-color: #F5628B;
}
</style>