Shades of Brink Pink #F5607C
Tints of Brink Pink #F5607C
RGB
CMYK
RGB Variations
Color information
#F5607C (or 0xF5607C) is known color: Brink Pink. HEX triplet: F5, 60 and 7C. RGB value is (245,96,124). Sum of RGB (Red+Green+Blue) = 245+96+124=465 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.69% from 465); Green value is 96 (37.89% from 255 or 20.65% from 465); Blue value is 124 (48.83% from 255 or 26.67% from 465); Max value from RGB is 245 - color contains mainly: red. Hex color #F5607C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5607C is #0A9F83. Grayscale: #8F8F8F. Windows color (decimal): -696196 or 8151285. OLE color: 8151285.
HSL color Cylindrical-coordinate representation of color #F5607C: hue angle of 348.72º 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 #F5607C is Cyan = 0, Magento = 0.61, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 96 | 124 | - |
| CMYK | 0 | 0.61 | 0.49 | 0.04 |
| HSL | 348.72º | 0.88% | 0.67% | - |
| HSV(B) | 348.72º | 0.61% | 0.96% | - |
| XYZ | 45.48 | 29.23 | 22.31 | - |
| YUV | 143.74 | 116.86 | 200.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 96 | 124 | 0 | 0.61 | 0.49 | 0.04 | 348.72 | 0.88 | 0.67 |
| Hex | F5 | 60 | 7C | 0 | 3D | 31 | 4 | 15D | 58 | 43 |
| Octal | 365 | 140 | 174 | 0 | 75 | 61 | 4 | 535 | 130 | 103 |
| Binary | 11110101 | 1100000 | 1111100 | 0 | 111101 | 110001 | 100 | 101011101 | 1011000 | 1000011 |
Color Harmonies of #F5607C
Complementary color
Monochromatic Colors of #F5607C
Black with #F5607C
Text Example
Text Example
White with #F5607C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5607C; }
p { color: rgb(245,96,124); }
H1.HeaderClassName
{
color: #F5607C;
}
.AnyTagClassName
{
color: #F5607C;
}
</style>
background-color css
<style>
a { background-color: #F5607C; }
a { background-color: rgb(245,96,124); }
div.DivClassName
{
background-color: #F5607C;
}
.BgClassName
{
background-color: #F5607C;
}
</style>
border-color css
<style>
span { border-color: #F5607C; }
span { border-color: rgb(245,96,124); }
td.TdClassName
{
border-color: #F5607C;
}
.TagClassName
{
border-color: #F5607C;
}
</style>