Shades of Brink Pink #F45A87
Tints of Brink Pink #F45A87
RGB
CMYK
RGB Variations
Color information
#F45A87 (or 0xF45A87) is known color: Brink Pink. HEX triplet: F4, 5A and 87. RGB value is (244,90,135). Sum of RGB (Red+Green+Blue) = 244+90+135=469 (62% of max value = 765). Red value is 244 (95.70% from 255 or 52.03% from 469); Green value is 90 (35.55% from 255 or 19.19% from 469); Blue value is 135 (53.12% from 255 or 28.78% from 469); Max value from RGB is 244 - color contains mainly: red. Hex color #F45A87 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F45A87 is #0BA578. Grayscale: #8D8D8D. Windows color (decimal): -763257 or 8870644. OLE color: 8870644.
HSL color Cylindrical-coordinate representation of color #F45A87: hue angle of 342.47º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F45A87 is Cyan = 0, Magento = 0.63, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 90 | 135 | - |
| CMYK | 0 | 0.63 | 0.45 | 0.04 |
| HSL | 342.47º | 0.88% | 0.65% | - |
| HSV(B) | 342.47º | 0.63% | 0.96% | - |
| XYZ | 45.34 | 28.29 | 25.99 | - |
| YUV | 141.18 | 124.52 | 201.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 90 | 135 | 0 | 0.63 | 0.45 | 0.04 | 342.47 | 0.88 | 0.65 |
| Hex | F4 | 5A | 87 | 0 | 3F | 2D | 4 | 156 | 58 | 41 |
| Octal | 364 | 132 | 207 | 0 | 77 | 55 | 4 | 526 | 130 | 101 |
| Binary | 11110100 | 1011010 | 10000111 | 0 | 111111 | 101101 | 100 | 101010110 | 1011000 | 1000001 |
Color Harmonies of #F45A87
Complementary color
Monochromatic Colors of #F45A87
Black with #F45A87
Text Example
Text Example
White with #F45A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45A87; }
p { color: rgb(244,90,135); }
H1.HeaderClassName
{
color: #F45A87;
}
.AnyTagClassName
{
color: #F45A87;
}
</style>
background-color css
<style>
a { background-color: #F45A87; }
a { background-color: rgb(244,90,135); }
div.DivClassName
{
background-color: #F45A87;
}
.BgClassName
{
background-color: #F45A87;
}
</style>
border-color css
<style>
span { border-color: #F45A87; }
span { border-color: rgb(244,90,135); }
td.TdClassName
{
border-color: #F45A87;
}
.TagClassName
{
border-color: #F45A87;
}
</style>