Shades of Brink Pink #F45780
Tints of Brink Pink #F45780
RGB
CMYK
RGB Variations
Color information
#F45780 (or 0xF45780) is known color: Brink Pink. HEX triplet: F4, 57 and 80. RGB value is (244,87,128). Sum of RGB (Red+Green+Blue) = 244+87+128=459 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.16% from 459); Green value is 87 (34.38% from 255 or 18.95% from 459); Blue value is 128 (50.39% from 255 or 27.89% from 459); Max value from RGB is 244 - color contains mainly: red. Hex color #F45780 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F45780 is #0BA87F. Grayscale: #8A8A8A. Windows color (decimal): -764032 or 8411124. OLE color: 8411124.
HSL color Cylindrical-coordinate representation of color #F45780: hue angle of 344.33º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F45780 is Cyan = 0, Magento = 0.64, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 87 | 128 | - |
| CMYK | 0 | 0.64 | 0.48 | 0.04 |
| HSL | 344.33º | 0.88% | 0.65% | - |
| HSV(B) | 344.33º | 0.64% | 0.96% | - |
| XYZ | 44.61 | 27.61 | 23.4 | - |
| YUV | 138.62 | 122.01 | 203.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 87 | 128 | 0 | 0.64 | 0.48 | 0.04 | 344.33 | 0.88 | 0.65 |
| Hex | F4 | 57 | 80 | 0 | 40 | 30 | 4 | 158 | 58 | 41 |
| Octal | 364 | 127 | 200 | 0 | 100 | 60 | 4 | 530 | 130 | 101 |
| Binary | 11110100 | 1010111 | 10000000 | 0 | 1000000 | 110000 | 100 | 101011000 | 1011000 | 1000001 |
Color Harmonies of #F45780
Complementary color
Monochromatic Colors of #F45780
Black with #F45780
Text Example
Text Example
White with #F45780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45780; }
p { color: rgb(244,87,128); }
H1.HeaderClassName
{
color: #F45780;
}
.AnyTagClassName
{
color: #F45780;
}
</style>
background-color css
<style>
a { background-color: #F45780; }
a { background-color: rgb(244,87,128); }
div.DivClassName
{
background-color: #F45780;
}
.BgClassName
{
background-color: #F45780;
}
</style>
border-color css
<style>
span { border-color: #F45780; }
span { border-color: rgb(244,87,128); }
td.TdClassName
{
border-color: #F45780;
}
.TagClassName
{
border-color: #F45780;
}
</style>