Shades of Brink Pink #F5617D
Tints of Brink Pink #F5617D
RGB
CMYK
RGB Variations
Color information
#F5617D (or 0xF5617D) is known color: Brink Pink. HEX triplet: F5, 61 and 7D. RGB value is (245,97,125). Sum of RGB (Red+Green+Blue) = 245+97+125=467 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.46% from 467); Green value is 97 (38.28% from 255 or 20.77% from 467); Blue value is 125 (49.22% from 255 or 26.77% from 467); Max value from RGB is 245 - color contains mainly: red. Hex color #F5617D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5617D is #0A9E82. Grayscale: #909090. Windows color (decimal): -695939 or 8217077. OLE color: 8217077.
HSL color Cylindrical-coordinate representation of color #F5617D: hue angle of 348.65º 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 #F5617D is Cyan = 0, Magento = 0.60, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 97 | 125 | - |
| CMYK | 0 | 0.60 | 0.49 | 0.04 |
| HSL | 348.65º | 0.88% | 0.67% | - |
| HSV(B) | 348.65º | 0.6% | 0.96% | - |
| XYZ | 45.63 | 29.44 | 22.68 | - |
| YUV | 144.44 | 117.03 | 199.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 97 | 125 | 0 | 0.60 | 0.49 | 0.04 | 348.65 | 0.88 | 0.67 |
| Hex | F5 | 61 | 7D | 0 | 3C | 31 | 4 | 15D | 58 | 43 |
| Octal | 365 | 141 | 175 | 0 | 74 | 61 | 4 | 535 | 130 | 103 |
| Binary | 11110101 | 1100001 | 1111101 | 0 | 111100 | 110001 | 100 | 101011101 | 1011000 | 1000011 |
Color Harmonies of #F5617D
Complementary color
Monochromatic Colors of #F5617D
Black with #F5617D
Text Example
Text Example
White with #F5617D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5617D; }
p { color: rgb(245,97,125); }
H1.HeaderClassName
{
color: #F5617D;
}
.AnyTagClassName
{
color: #F5617D;
}
</style>
background-color css
<style>
a { background-color: #F5617D; }
a { background-color: rgb(245,97,125); }
div.DivClassName
{
background-color: #F5617D;
}
.BgClassName
{
background-color: #F5617D;
}
</style>
border-color css
<style>
span { border-color: #F5617D; }
span { border-color: rgb(245,97,125); }
td.TdClassName
{
border-color: #F5617D;
}
.TagClassName
{
border-color: #F5617D;
}
</style>