Shades of Brink Pink #F5628A
Tints of Brink Pink #F5628A
RGB
CMYK
RGB Variations
Color information
#F5628A (or 0xF5628A) is known color: Brink Pink. HEX triplet: F5, 62 and 8A. RGB value is (245,98,138). Sum of RGB (Red+Green+Blue) = 245+98+138=481 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.94% from 481); Green value is 98 (38.67% from 255 or 20.37% from 481); Blue value is 138 (54.30% from 255 or 28.69% from 481); Max value from RGB is 245 - color contains mainly: red. Hex color #F5628A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F5628A is #0A9D75. Grayscale: #929292. Windows color (decimal): -695670 or 9069301. OLE color: 9069301.
HSL color Cylindrical-coordinate representation of color #F5628A: hue angle of 343.67º 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 #F5628A is Cyan = 0, Magento = 0.6, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 98 | 138 | - |
| CMYK | 0 | 0.6 | 0.44 | 0.04 |
| HSL | 343.67º | 0.88% | 0.67% | - |
| HSV(B) | 343.67º | 0.6% | 0.96% | - |
| XYZ | 46.61 | 29.98 | 27.38 | - |
| YUV | 146.51 | 123.2 | 198.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 98 | 138 | 0 | 0.6 | 0.44 | 0.04 | 343.67 | 0.88 | 0.67 |
| Hex | F5 | 62 | 8A | 0 | 3C | 2C | 4 | 158 | 58 | 43 |
| Octal | 365 | 142 | 212 | 0 | 74 | 54 | 4 | 530 | 130 | 103 |
| Binary | 11110101 | 1100010 | 10001010 | 0 | 111100 | 101100 | 100 | 101011000 | 1011000 | 1000011 |
Color Harmonies of #F5628A
Complementary color
Monochromatic Colors of #F5628A
Black with #F5628A
Text Example
Text Example
White with #F5628A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5628A; }
p { color: rgb(245,98,138); }
H1.HeaderClassName
{
color: #F5628A;
}
.AnyTagClassName
{
color: #F5628A;
}
</style>
background-color css
<style>
a { background-color: #F5628A; }
a { background-color: rgb(245,98,138); }
div.DivClassName
{
background-color: #F5628A;
}
.BgClassName
{
background-color: #F5628A;
}
</style>
border-color css
<style>
span { border-color: #F5628A; }
span { border-color: rgb(245,98,138); }
td.TdClassName
{
border-color: #F5628A;
}
.TagClassName
{
border-color: #F5628A;
}
</style>