Shades of Brink Pink #F45C8A
Tints of Brink Pink #F45C8A
RGB
CMYK
RGB Variations
Color information
#F45C8A (or 0xF45C8A) is known color: Brink Pink. HEX triplet: F4, 5C and 8A. RGB value is (244,92,138). Sum of RGB (Red+Green+Blue) = 244+92+138=474 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.48% from 474); Green value is 92 (36.33% from 255 or 19.41% from 474); Blue value is 138 (54.30% from 255 or 29.11% from 474); Max value from RGB is 244 - color contains mainly: red. Hex color #F45C8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F45C8A is #0BA375. Grayscale: #8E8E8E. Windows color (decimal): -762742 or 9067764. OLE color: 9067764.
HSL color Cylindrical-coordinate representation of color #F45C8A: hue angle of 341.84º 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 #F45C8A is Cyan = 0, Magento = 0.62, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 92 | 138 | - |
| CMYK | 0 | 0.62 | 0.43 | 0.04 |
| HSL | 341.84º | 0.87% | 0.66% | - |
| HSV(B) | 341.84º | 0.62% | 0.96% | - |
| XYZ | 45.72 | 28.72 | 27.18 | - |
| YUV | 142.69 | 125.36 | 200.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 92 | 138 | 0 | 0.62 | 0.43 | 0.04 | 341.84 | 0.87 | 0.66 |
| Hex | F4 | 5C | 8A | 0 | 3E | 2B | 4 | 156 | 57 | 42 |
| Octal | 364 | 134 | 212 | 0 | 76 | 53 | 4 | 526 | 127 | 102 |
| Binary | 11110100 | 1011100 | 10001010 | 0 | 111110 | 101011 | 100 | 101010110 | 1010111 | 1000010 |
Color Harmonies of #F45C8A
Complementary color
Monochromatic Colors of #F45C8A
Black with #F45C8A
Text Example
Text Example
White with #F45C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45C8A; }
p { color: rgb(244,92,138); }
H1.HeaderClassName
{
color: #F45C8A;
}
.AnyTagClassName
{
color: #F45C8A;
}
</style>
background-color css
<style>
a { background-color: #F45C8A; }
a { background-color: rgb(244,92,138); }
div.DivClassName
{
background-color: #F45C8A;
}
.BgClassName
{
background-color: #F45C8A;
}
</style>
border-color css
<style>
span { border-color: #F45C8A; }
span { border-color: rgb(244,92,138); }
td.TdClassName
{
border-color: #F45C8A;
}
.TagClassName
{
border-color: #F45C8A;
}
</style>