Shades of Brink Pink #F1597B
Tints of Brink Pink #F1597B
RGB
CMYK
RGB Variations
Color information
#F1597B (or 0xF1597B) is known color: Brink Pink. HEX triplet: F1, 59 and 7B. RGB value is (241,89,123). Sum of RGB (Red+Green+Blue) = 241+89+123=453 (60% of max value = 765). Red value is 241 (94.53% from 255 or 53.20% from 453); Green value is 89 (35.16% from 255 or 19.65% from 453); Blue value is 123 (48.44% from 255 or 27.15% from 453); Max value from RGB is 241 - color contains mainly: red. Hex color #F1597B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1597B is #0EA684. Grayscale: #8A8A8A. Windows color (decimal): -960133 or 8083953. OLE color: 8083953.
HSL color Cylindrical-coordinate representation of color #F1597B: hue angle of 346.58º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F1597B is Cyan = 0, Magento = 0.63, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 89 | 123 | - |
| CMYK | 0 | 0.63 | 0.49 | 0.05 |
| HSL | 346.58º | 0.84% | 0.65% | - |
| HSV(B) | 346.58º | 0.63% | 0.95% | - |
| XYZ | 43.42 | 27.28 | 21.71 | - |
| YUV | 138.32 | 119.36 | 201.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 89 | 123 | 0 | 0.63 | 0.49 | 0.05 | 346.58 | 0.84 | 0.65 |
| Hex | F1 | 59 | 7B | 0 | 3F | 31 | 5 | 15B | 54 | 41 |
| Octal | 361 | 131 | 173 | 0 | 77 | 61 | 5 | 533 | 124 | 101 |
| Binary | 11110001 | 1011001 | 1111011 | 0 | 111111 | 110001 | 101 | 101011011 | 1010100 | 1000001 |
Color Harmonies of #F1597B
Complementary color
Monochromatic Colors of #F1597B
Black with #F1597B
Text Example
Text Example
White with #F1597B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1597B; }
p { color: rgb(241,89,123); }
H1.HeaderClassName
{
color: #F1597B;
}
.AnyTagClassName
{
color: #F1597B;
}
</style>
background-color css
<style>
a { background-color: #F1597B; }
a { background-color: rgb(241,89,123); }
div.DivClassName
{
background-color: #F1597B;
}
.BgClassName
{
background-color: #F1597B;
}
</style>
border-color css
<style>
span { border-color: #F1597B; }
span { border-color: rgb(241,89,123); }
td.TdClassName
{
border-color: #F1597B;
}
.TagClassName
{
border-color: #F1597B;
}
</style>