Shades of Brink Pink #F5617B
Tints of Brink Pink #F5617B
RGB
CMYK
RGB Variations
Color information
#F5617B (or 0xF5617B) is known color: Brink Pink. HEX triplet: F5, 61 and 7B. RGB value is (245,97,123). Sum of RGB (Red+Green+Blue) = 245+97+123=465 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.69% from 465); Green value is 97 (38.28% from 255 or 20.86% from 465); Blue value is 123 (48.44% from 255 or 26.45% from 465); Max value from RGB is 245 - color contains mainly: red. Hex color #F5617B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5617B is #0A9E84. Grayscale: #909090. Windows color (decimal): -695941 or 8086005. OLE color: 8086005.
HSL color Cylindrical-coordinate representation of color #F5617B: hue angle of 349.46º 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 #F5617B is Cyan = 0, Magento = 0.60, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 97 | 123 | - |
| CMYK | 0 | 0.60 | 0.50 | 0.04 |
| HSL | 349.46º | 0.88% | 0.67% | - |
| HSV(B) | 349.46º | 0.6% | 0.96% | - |
| XYZ | 45.51 | 29.39 | 22.01 | - |
| YUV | 144.22 | 116.03 | 199.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 97 | 123 | 0 | 0.60 | 0.50 | 0.04 | 349.46 | 0.88 | 0.67 |
| Hex | F5 | 61 | 7B | 0 | 3C | 32 | 4 | 15D | 58 | 43 |
| Octal | 365 | 141 | 173 | 0 | 74 | 62 | 4 | 535 | 130 | 103 |
| Binary | 11110101 | 1100001 | 1111011 | 0 | 111100 | 110010 | 100 | 101011101 | 1011000 | 1000011 |
Color Harmonies of #F5617B
Complementary color
Monochromatic Colors of #F5617B
Black with #F5617B
Text Example
Text Example
White with #F5617B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5617B; }
p { color: rgb(245,97,123); }
H1.HeaderClassName
{
color: #F5617B;
}
.AnyTagClassName
{
color: #F5617B;
}
</style>
background-color css
<style>
a { background-color: #F5617B; }
a { background-color: rgb(245,97,123); }
div.DivClassName
{
background-color: #F5617B;
}
.BgClassName
{
background-color: #F5617B;
}
</style>
border-color css
<style>
span { border-color: #F5617B; }
span { border-color: rgb(245,97,123); }
td.TdClassName
{
border-color: #F5617B;
}
.TagClassName
{
border-color: #F5617B;
}
</style>