Shades of Brink Pink #F5597F
Tints of Brink Pink #F5597F
RGB
CMYK
RGB Variations
Color information
#F5597F (or 0xF5597F) is known color: Brink Pink. HEX triplet: F5, 59 and 7F. RGB value is (245,89,127). Sum of RGB (Red+Green+Blue) = 245+89+127=461 (61% of max value = 765). Red value is 245 (96.09% from 255 or 53.15% from 461); Green value is 89 (35.16% from 255 or 19.31% from 461); Blue value is 127 (50% from 255 or 27.55% from 461); Max value from RGB is 245 - color contains mainly: red. Hex color #F5597F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5597F is #0AA680. Grayscale: #8B8B8B. Windows color (decimal): -697985 or 8346101. OLE color: 8346101.
HSL color Cylindrical-coordinate representation of color #F5597F: hue angle of 345.38º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F5597F is Cyan = 0, Magento = 0.64, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 89 | 127 | - |
| CMYK | 0 | 0.64 | 0.48 | 0.04 |
| HSL | 345.38º | 0.89% | 0.65% | - |
| HSV(B) | 345.38º | 0.64% | 0.96% | - |
| XYZ | 45.06 | 28.09 | 23.13 | - |
| YUV | 139.98 | 120.68 | 202.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 89 | 127 | 0 | 0.64 | 0.48 | 0.04 | 345.38 | 0.89 | 0.65 |
| Hex | F5 | 59 | 7F | 0 | 40 | 30 | 4 | 159 | 59 | 41 |
| Octal | 365 | 131 | 177 | 0 | 100 | 60 | 4 | 531 | 131 | 101 |
| Binary | 11110101 | 1011001 | 1111111 | 0 | 1000000 | 110000 | 100 | 101011001 | 1011001 | 1000001 |
Color Harmonies of #F5597F
Complementary color
Monochromatic Colors of #F5597F
Black with #F5597F
Text Example
Text Example
White with #F5597F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5597F; }
p { color: rgb(245,89,127); }
H1.HeaderClassName
{
color: #F5597F;
}
.AnyTagClassName
{
color: #F5597F;
}
</style>
background-color css
<style>
a { background-color: #F5597F; }
a { background-color: rgb(245,89,127); }
div.DivClassName
{
background-color: #F5597F;
}
.BgClassName
{
background-color: #F5597F;
}
</style>
border-color css
<style>
span { border-color: #F5597F; }
span { border-color: rgb(245,89,127); }
td.TdClassName
{
border-color: #F5597F;
}
.TagClassName
{
border-color: #F5597F;
}
</style>