Shades of Brink Pink #F9587F
Tints of Brink Pink #F9587F
RGB
CMYK
RGB Variations
Color information
#F9587F (or 0xF9587F) is known color: Brink Pink. HEX triplet: F9, 58 and 7F. RGB value is (249,88,127). Sum of RGB (Red+Green+Blue) = 249+88+127=464 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.66% from 464); Green value is 88 (34.77% from 255 or 18.97% from 464); Blue value is 127 (50% from 255 or 27.37% from 464); Max value from RGB is 249 - color contains mainly: red. Hex color #F9587F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9587F is #06A780. Grayscale: #8C8C8C. Windows color (decimal): -436097 or 8345849. OLE color: 8345849.
HSL color Cylindrical-coordinate representation of color #F9587F: hue angle of 345.47º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F9587F is Cyan = 0, Magento = 0.65, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 88 | 127 | - |
| CMYK | 0 | 0.65 | 0.49 | 0.02 |
| HSL | 345.47º | 0.93% | 0.66% | - |
| HSV(B) | 345.47º | 0.65% | 0.98% | - |
| XYZ | 46.39 | 28.65 | 23.16 | - |
| YUV | 140.59 | 120.34 | 205.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 88 | 127 | 0 | 0.65 | 0.49 | 0.02 | 345.47 | 0.93 | 0.66 |
| Hex | F9 | 58 | 7F | 0 | 41 | 31 | 2 | 159 | 5D | 42 |
| Octal | 371 | 130 | 177 | 0 | 101 | 61 | 2 | 531 | 135 | 102 |
| Binary | 11111001 | 1011000 | 1111111 | 0 | 1000001 | 110001 | 10 | 101011001 | 1011101 | 1000010 |
Color Harmonies of #F9587F
Complementary color
Monochromatic Colors of #F9587F
Black with #F9587F
Text Example
Text Example
White with #F9587F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9587F; }
p { color: rgb(249,88,127); }
H1.HeaderClassName
{
color: #F9587F;
}
.AnyTagClassName
{
color: #F9587F;
}
</style>
background-color css
<style>
a { background-color: #F9587F; }
a { background-color: rgb(249,88,127); }
div.DivClassName
{
background-color: #F9587F;
}
.BgClassName
{
background-color: #F9587F;
}
</style>
border-color css
<style>
span { border-color: #F9587F; }
span { border-color: rgb(249,88,127); }
td.TdClassName
{
border-color: #F9587F;
}
.TagClassName
{
border-color: #F9587F;
}
</style>