Shades of Brink Pink #F47082
Tints of Brink Pink #F47082
RGB
CMYK
RGB Variations
Color information
#F47082 (or 0xF47082) is known color: Brink Pink. HEX triplet: F4, 70 and 82. RGB value is (244,112,130). Sum of RGB (Red+Green+Blue) = 244+112+130=486 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.21% from 486); Green value is 112 (44.14% from 255 or 23.05% from 486); Blue value is 130 (51.17% from 255 or 26.75% from 486); Max value from RGB is 244 - color contains mainly: red. Hex color #F47082 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F47082 is #0B8F7D. Grayscale: #999999. Windows color (decimal): -757630 or 8548596. OLE color: 8548596.
HSL color Cylindrical-coordinate representation of color #F47082: hue angle of 351.82º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F47082 is Cyan = 0, Magento = 0.54, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 112 | 130 | - |
| CMYK | 0 | 0.54 | 0.47 | 0.04 |
| HSL | 351.82º | 0.86% | 0.7% | - |
| HSV(B) | 351.82º | 0.54% | 0.96% | - |
| XYZ | 47.13 | 32.43 | 24.9 | - |
| YUV | 153.52 | 114.73 | 192.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 112 | 130 | 0 | 0.54 | 0.47 | 0.04 | 351.82 | 0.86 | 0.7 |
| Hex | F4 | 70 | 82 | 0 | 36 | 2F | 4 | 160 | 56 | 46 |
| Octal | 364 | 160 | 202 | 0 | 66 | 57 | 4 | 540 | 126 | 106 |
| Binary | 11110100 | 1110000 | 10000010 | 0 | 110110 | 101111 | 100 | 101100000 | 1010110 | 1000110 |
Color Harmonies of #F47082
Complementary color
Monochromatic Colors of #F47082
Black with #F47082
Text Example
Text Example
White with #F47082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47082; }
p { color: rgb(244,112,130); }
H1.HeaderClassName
{
color: #F47082;
}
.AnyTagClassName
{
color: #F47082;
}
</style>
background-color css
<style>
a { background-color: #F47082; }
a { background-color: rgb(244,112,130); }
div.DivClassName
{
background-color: #F47082;
}
.BgClassName
{
background-color: #F47082;
}
</style>
border-color css
<style>
span { border-color: #F47082; }
span { border-color: rgb(244,112,130); }
td.TdClassName
{
border-color: #F47082;
}
.TagClassName
{
border-color: #F47082;
}
</style>