Shades of Brink Pink #F45D8E
Tints of Brink Pink #F45D8E
RGB
CMYK
RGB Variations
Color information
#F45D8E (or 0xF45D8E) is known color: Brink Pink. HEX triplet: F4, 5D and 8E. RGB value is (244,93,142). Sum of RGB (Red+Green+Blue) = 244+93+142=479 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.94% from 479); Green value is 93 (36.72% from 255 or 19.42% from 479); Blue value is 142 (55.86% from 255 or 29.65% from 479); Max value from RGB is 244 - color contains mainly: red. Hex color #F45D8E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F45D8E is #0BA271. Grayscale: #8F8F8F. Windows color (decimal): -762482 or 9330164. OLE color: 9330164.
HSL color Cylindrical-coordinate representation of color #F45D8E: hue angle of 340.53º 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 #F45D8E is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 93 | 142 | - |
| CMYK | 0 | 0.62 | 0.42 | 0.04 |
| HSL | 340.53º | 0.87% | 0.66% | - |
| HSV(B) | 340.53º | 0.62% | 0.96% | - |
| XYZ | 46.11 | 29.01 | 28.76 | - |
| YUV | 143.74 | 127.03 | 199.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 93 | 142 | 0 | 0.62 | 0.42 | 0.04 | 340.53 | 0.87 | 0.66 |
| Hex | F4 | 5D | 8E | 0 | 3E | 2A | 4 | 155 | 57 | 42 |
| Octal | 364 | 135 | 216 | 0 | 76 | 52 | 4 | 525 | 127 | 102 |
| Binary | 11110100 | 1011101 | 10001110 | 0 | 111110 | 101010 | 100 | 101010101 | 1010111 | 1000010 |
Color Harmonies of #F45D8E
Complementary color
Monochromatic Colors of #F45D8E
Black with #F45D8E
Text Example
Text Example
White with #F45D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45D8E; }
p { color: rgb(244,93,142); }
H1.HeaderClassName
{
color: #F45D8E;
}
.AnyTagClassName
{
color: #F45D8E;
}
</style>
background-color css
<style>
a { background-color: #F45D8E; }
a { background-color: rgb(244,93,142); }
div.DivClassName
{
background-color: #F45D8E;
}
.BgClassName
{
background-color: #F45D8E;
}
</style>
border-color css
<style>
span { border-color: #F45D8E; }
span { border-color: rgb(244,93,142); }
td.TdClassName
{
border-color: #F45D8E;
}
.TagClassName
{
border-color: #F45D8E;
}
</style>