Shades of Brink Pink #F45D8B
Tints of Brink Pink #F45D8B
RGB
CMYK
RGB Variations
Color information
#F45D8B (or 0xF45D8B) is known color: Brink Pink. HEX triplet: F4, 5D and 8B. RGB value is (244,93,139). Sum of RGB (Red+Green+Blue) = 244+93+139=476 (63% of max value = 765). Red value is 244 (95.70% from 255 or 51.26% from 476); Green value is 93 (36.72% from 255 or 19.54% from 476); Blue value is 139 (54.69% from 255 or 29.20% from 476); Max value from RGB is 244 - color contains mainly: red. Hex color #F45D8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F45D8B is #0BA274. Grayscale: #8F8F8F. Windows color (decimal): -762485 or 9133556. OLE color: 9133556.
HSL color Cylindrical-coordinate representation of color #F45D8B: hue angle of 341.72º 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 #F45D8B is Cyan = 0, Magento = 0.62, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 93 | 139 | - |
| CMYK | 0 | 0.62 | 0.43 | 0.04 |
| HSL | 341.72º | 0.87% | 0.66% | - |
| HSV(B) | 341.72º | 0.62% | 0.96% | - |
| XYZ | 45.88 | 28.93 | 27.59 | - |
| YUV | 143.39 | 125.53 | 199.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 93 | 139 | 0 | 0.62 | 0.43 | 0.04 | 341.72 | 0.87 | 0.66 |
| Hex | F4 | 5D | 8B | 0 | 3E | 2B | 4 | 156 | 57 | 42 |
| Octal | 364 | 135 | 213 | 0 | 76 | 53 | 4 | 526 | 127 | 102 |
| Binary | 11110100 | 1011101 | 10001011 | 0 | 111110 | 101011 | 100 | 101010110 | 1010111 | 1000010 |
Color Harmonies of #F45D8B
Complementary color
Monochromatic Colors of #F45D8B
Black with #F45D8B
Text Example
Text Example
White with #F45D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45D8B; }
p { color: rgb(244,93,139); }
H1.HeaderClassName
{
color: #F45D8B;
}
.AnyTagClassName
{
color: #F45D8B;
}
</style>
background-color css
<style>
a { background-color: #F45D8B; }
a { background-color: rgb(244,93,139); }
div.DivClassName
{
background-color: #F45D8B;
}
.BgClassName
{
background-color: #F45D8B;
}
</style>
border-color css
<style>
span { border-color: #F45D8B; }
span { border-color: rgb(244,93,139); }
td.TdClassName
{
border-color: #F45D8B;
}
.TagClassName
{
border-color: #F45D8B;
}
</style>