Shades of Brink Pink #F46A8B
Tints of Brink Pink #F46A8B
RGB
CMYK
RGB Variations
Color information
#F46A8B (or 0xF46A8B) is known color: Brink Pink. HEX triplet: F4, 6A and 8B. RGB value is (244,106,139). Sum of RGB (Red+Green+Blue) = 244+106+139=489 (64% of max value = 765). Red value is 244 (95.70% from 255 or 49.90% from 489); Green value is 106 (41.80% from 255 or 21.68% from 489); Blue value is 139 (54.69% from 255 or 28.43% from 489); Max value from RGB is 244 - color contains mainly: red. Hex color #F46A8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F46A8B is #0B9574. Grayscale: #979797. Windows color (decimal): -759157 or 9136884. OLE color: 9136884.
HSL color Cylindrical-coordinate representation of color #F46A8B: hue angle of 345.65º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F46A8B is Cyan = 0, Magento = 0.57, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 106 | 139 | - |
| CMYK | 0 | 0.57 | 0.43 | 0.04 |
| HSL | 345.65º | 0.86% | 0.69% | - |
| HSV(B) | 345.65º | 0.57% | 0.96% | - |
| XYZ | 47.12 | 31.41 | 28 | - |
| YUV | 151.02 | 121.22 | 194.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 106 | 139 | 0 | 0.57 | 0.43 | 0.04 | 345.65 | 0.86 | 0.69 |
| Hex | F4 | 6A | 8B | 0 | 39 | 2B | 4 | 15A | 56 | 45 |
| Octal | 364 | 152 | 213 | 0 | 71 | 53 | 4 | 532 | 126 | 105 |
| Binary | 11110100 | 1101010 | 10001011 | 0 | 111001 | 101011 | 100 | 101011010 | 1010110 | 1000101 |
Color Harmonies of #F46A8B
Complementary color
Monochromatic Colors of #F46A8B
Black with #F46A8B
Text Example
Text Example
White with #F46A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F46A8B; }
p { color: rgb(244,106,139); }
H1.HeaderClassName
{
color: #F46A8B;
}
.AnyTagClassName
{
color: #F46A8B;
}
</style>
background-color css
<style>
a { background-color: #F46A8B; }
a { background-color: rgb(244,106,139); }
div.DivClassName
{
background-color: #F46A8B;
}
.BgClassName
{
background-color: #F46A8B;
}
</style>
border-color css
<style>
span { border-color: #F46A8B; }
span { border-color: rgb(244,106,139); }
td.TdClassName
{
border-color: #F46A8B;
}
.TagClassName
{
border-color: #F46A8B;
}
</style>