Shades of Brink Pink #F45C86
Tints of Brink Pink #F45C86
RGB
CMYK
RGB Variations
Color information
#F45C86 (or 0xF45C86) is known color: Brink Pink. HEX triplet: F4, 5C and 86. RGB value is (244,92,134). Sum of RGB (Red+Green+Blue) = 244+92+134=470 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.91% from 470); Green value is 92 (36.33% from 255 or 19.57% from 470); Blue value is 134 (52.73% from 255 or 28.51% from 470); Max value from RGB is 244 - color contains mainly: red. Hex color #F45C86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F45C86 is #0BA379. Grayscale: #8E8E8E. Windows color (decimal): -762746 or 8805620. OLE color: 8805620.
HSL color Cylindrical-coordinate representation of color #F45C86: hue angle of 343.42º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F45C86 is Cyan = 0, Magento = 0.62, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 92 | 134 | - |
| CMYK | 0 | 0.62 | 0.45 | 0.04 |
| HSL | 343.42º | 0.87% | 0.66% | - |
| HSV(B) | 343.42º | 0.62% | 0.96% | - |
| XYZ | 45.44 | 28.61 | 25.68 | - |
| YUV | 142.24 | 123.36 | 200.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 92 | 134 | 0 | 0.62 | 0.45 | 0.04 | 343.42 | 0.87 | 0.66 |
| Hex | F4 | 5C | 86 | 0 | 3E | 2D | 4 | 157 | 57 | 42 |
| Octal | 364 | 134 | 206 | 0 | 76 | 55 | 4 | 527 | 127 | 102 |
| Binary | 11110100 | 1011100 | 10000110 | 0 | 111110 | 101101 | 100 | 101010111 | 1010111 | 1000010 |
Color Harmonies of #F45C86
Complementary color
Monochromatic Colors of #F45C86
Black with #F45C86
Text Example
Text Example
White with #F45C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45C86; }
p { color: rgb(244,92,134); }
H1.HeaderClassName
{
color: #F45C86;
}
.AnyTagClassName
{
color: #F45C86;
}
</style>
background-color css
<style>
a { background-color: #F45C86; }
a { background-color: rgb(244,92,134); }
div.DivClassName
{
background-color: #F45C86;
}
.BgClassName
{
background-color: #F45C86;
}
</style>
border-color css
<style>
span { border-color: #F45C86; }
span { border-color: rgb(244,92,134); }
td.TdClassName
{
border-color: #F45C86;
}
.TagClassName
{
border-color: #F45C86;
}
</style>