Shades of Brink Pink #F45D80
Tints of Brink Pink #F45D80
RGB
CMYK
RGB Variations
Color information
#F45D80 (or 0xF45D80) is known color: Brink Pink. HEX triplet: F4, 5D and 80. RGB value is (244,93,128). Sum of RGB (Red+Green+Blue) = 244+93+128=465 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.47% from 465); Green value is 93 (36.72% from 255 or 20% from 465); Blue value is 128 (50.39% from 255 or 27.53% from 465); Max value from RGB is 244 - color contains mainly: red. Hex color #F45D80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F45D80 is #0BA27F. Grayscale: #8E8E8E. Windows color (decimal): -762496 or 8412660. OLE color: 8412660.
HSL color Cylindrical-coordinate representation of color #F45D80: hue angle of 346.09º 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 #F45D80 is Cyan = 0, Magento = 0.62, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 93 | 128 | - |
| CMYK | 0 | 0.62 | 0.48 | 0.04 |
| HSL | 346.09º | 0.87% | 0.66% | - |
| HSV(B) | 346.09º | 0.62% | 0.96% | - |
| XYZ | 45.12 | 28.62 | 23.57 | - |
| YUV | 142.14 | 120.03 | 200.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 93 | 128 | 0 | 0.62 | 0.48 | 0.04 | 346.09 | 0.87 | 0.66 |
| Hex | F4 | 5D | 80 | 0 | 3E | 30 | 4 | 15A | 57 | 42 |
| Octal | 364 | 135 | 200 | 0 | 76 | 60 | 4 | 532 | 127 | 102 |
| Binary | 11110100 | 1011101 | 10000000 | 0 | 111110 | 110000 | 100 | 101011010 | 1010111 | 1000010 |
Color Harmonies of #F45D80
Complementary color
Monochromatic Colors of #F45D80
Black with #F45D80
Text Example
Text Example
White with #F45D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45D80; }
p { color: rgb(244,93,128); }
H1.HeaderClassName
{
color: #F45D80;
}
.AnyTagClassName
{
color: #F45D80;
}
</style>
background-color css
<style>
a { background-color: #F45D80; }
a { background-color: rgb(244,93,128); }
div.DivClassName
{
background-color: #F45D80;
}
.BgClassName
{
background-color: #F45D80;
}
</style>
border-color css
<style>
span { border-color: #F45D80; }
span { border-color: rgb(244,93,128); }
td.TdClassName
{
border-color: #F45D80;
}
.TagClassName
{
border-color: #F45D80;
}
</style>