Shades of Brink Pink #F2587D
Tints of Brink Pink #F2587D
RGB
CMYK
RGB Variations
Color information
#F2587D (or 0xF2587D) is known color: Brink Pink. HEX triplet: F2, 58 and 7D. RGB value is (242,88,125). Sum of RGB (Red+Green+Blue) = 242+88+125=455 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.19% from 455); Green value is 88 (34.77% from 255 or 19.34% from 455); Blue value is 125 (49.22% from 255 or 27.47% from 455); Max value from RGB is 242 - color contains mainly: red. Hex color #F2587D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2587D is #0DA782. Grayscale: #8A8A8A. Windows color (decimal): -894851 or 8214770. OLE color: 8214770.
HSL color Cylindrical-coordinate representation of color #F2587D: hue angle of 345.58º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F2587D is Cyan = 0, Magento = 0.64, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 88 | 125 | - |
| CMYK | 0 | 0.64 | 0.48 | 0.05 |
| HSL | 345.58º | 0.86% | 0.65% | - |
| HSV(B) | 345.58º | 0.64% | 0.95% | - |
| XYZ | 43.81 | 27.34 | 22.37 | - |
| YUV | 138.26 | 120.52 | 201.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 88 | 125 | 0 | 0.64 | 0.48 | 0.05 | 345.58 | 0.86 | 0.65 |
| Hex | F2 | 58 | 7D | 0 | 40 | 30 | 5 | 15A | 56 | 41 |
| Octal | 362 | 130 | 175 | 0 | 100 | 60 | 5 | 532 | 126 | 101 |
| Binary | 11110010 | 1011000 | 1111101 | 0 | 1000000 | 110000 | 101 | 101011010 | 1010110 | 1000001 |
Color Harmonies of #F2587D
Complementary color
Monochromatic Colors of #F2587D
Black with #F2587D
Text Example
Text Example
White with #F2587D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2587D; }
p { color: rgb(242,88,125); }
H1.HeaderClassName
{
color: #F2587D;
}
.AnyTagClassName
{
color: #F2587D;
}
</style>
background-color css
<style>
a { background-color: #F2587D; }
a { background-color: rgb(242,88,125); }
div.DivClassName
{
background-color: #F2587D;
}
.BgClassName
{
background-color: #F2587D;
}
</style>
border-color css
<style>
span { border-color: #F2587D; }
span { border-color: rgb(242,88,125); }
td.TdClassName
{
border-color: #F2587D;
}
.TagClassName
{
border-color: #F2587D;
}
</style>