Shades of Brink Pink #F8597F
Tints of Brink Pink #F8597F
RGB
CMYK
RGB Variations
Color information
#F8597F (or 0xF8597F) is known color: Brink Pink. HEX triplet: F8, 59 and 7F. RGB value is (248,89,127). Sum of RGB (Red+Green+Blue) = 248+89+127=464 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.45% from 464); Green value is 89 (35.16% from 255 or 19.18% from 464); Blue value is 127 (50% from 255 or 27.37% from 464); Max value from RGB is 248 - color contains mainly: red. Hex color #F8597F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8597F is #07A680. Grayscale: #8C8C8C. Windows color (decimal): -501377 or 8346104. OLE color: 8346104.
HSL color Cylindrical-coordinate representation of color #F8597F: hue angle of 345.66º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F8597F is Cyan = 0, Magento = 0.64, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 89 | 127 | - |
| CMYK | 0 | 0.64 | 0.49 | 0.03 |
| HSL | 345.66º | 0.92% | 0.66% | - |
| HSV(B) | 345.66º | 0.64% | 0.97% | - |
| XYZ | 46.11 | 28.63 | 23.17 | - |
| YUV | 140.87 | 120.18 | 204.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 89 | 127 | 0 | 0.64 | 0.49 | 0.03 | 345.66 | 0.92 | 0.66 |
| Hex | F8 | 59 | 7F | 0 | 40 | 31 | 3 | 15A | 5C | 42 |
| Octal | 370 | 131 | 177 | 0 | 100 | 61 | 3 | 532 | 134 | 102 |
| Binary | 11111000 | 1011001 | 1111111 | 0 | 1000000 | 110001 | 11 | 101011010 | 1011100 | 1000010 |
Color Harmonies of #F8597F
Complementary color
Monochromatic Colors of #F8597F
Black with #F8597F
Text Example
Text Example
White with #F8597F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8597F; }
p { color: rgb(248,89,127); }
H1.HeaderClassName
{
color: #F8597F;
}
.AnyTagClassName
{
color: #F8597F;
}
</style>
background-color css
<style>
a { background-color: #F8597F; }
a { background-color: rgb(248,89,127); }
div.DivClassName
{
background-color: #F8597F;
}
.BgClassName
{
background-color: #F8597F;
}
</style>
border-color css
<style>
span { border-color: #F8597F; }
span { border-color: rgb(248,89,127); }
td.TdClassName
{
border-color: #F8597F;
}
.TagClassName
{
border-color: #F8597F;
}
</style>