Shades of Brink Pink #F5608D
Tints of Brink Pink #F5608D
RGB
CMYK
RGB Variations
Color information
#F5608D (or 0xF5608D) is known color: Brink Pink. HEX triplet: F5, 60 and 8D. RGB value is (245,96,141). Sum of RGB (Red+Green+Blue) = 245+96+141=482 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.83% from 482); Green value is 96 (37.89% from 255 or 19.92% from 482); Blue value is 141 (55.47% from 255 or 29.25% from 482); Max value from RGB is 245 - color contains mainly: red. Hex color #F5608D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F5608D is #0A9F72. Grayscale: #919191. Windows color (decimal): -696179 or 9265397. OLE color: 9265397.
HSL color Cylindrical-coordinate representation of color #F5608D: hue angle of 341.88º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F5608D is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 96 | 141 | - |
| CMYK | 0 | 0.61 | 0.42 | 0.04 |
| HSL | 341.88º | 0.88% | 0.67% | - |
| HSV(B) | 341.88º | 0.61% | 0.96% | - |
| XYZ | 46.65 | 29.7 | 28.47 | - |
| YUV | 145.68 | 125.36 | 198.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 96 | 141 | 0 | 0.61 | 0.42 | 0.04 | 341.88 | 0.88 | 0.67 |
| Hex | F5 | 60 | 8D | 0 | 3D | 2A | 4 | 156 | 58 | 43 |
| Octal | 365 | 140 | 215 | 0 | 75 | 52 | 4 | 526 | 130 | 103 |
| Binary | 11110101 | 1100000 | 10001101 | 0 | 111101 | 101010 | 100 | 101010110 | 1011000 | 1000011 |
Color Harmonies of #F5608D
Complementary color
Monochromatic Colors of #F5608D
Black with #F5608D
Text Example
Text Example
White with #F5608D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5608D; }
p { color: rgb(245,96,141); }
H1.HeaderClassName
{
color: #F5608D;
}
.AnyTagClassName
{
color: #F5608D;
}
</style>
background-color css
<style>
a { background-color: #F5608D; }
a { background-color: rgb(245,96,141); }
div.DivClassName
{
background-color: #F5608D;
}
.BgClassName
{
background-color: #F5608D;
}
</style>
border-color css
<style>
span { border-color: #F5608D; }
span { border-color: rgb(245,96,141); }
td.TdClassName
{
border-color: #F5608D;
}
.TagClassName
{
border-color: #F5608D;
}
</style>