Shades of Brink Pink #F46E82
Tints of Brink Pink #F46E82
RGB
CMYK
RGB Variations
Color information
#F46E82 (or 0xF46E82) is known color: Brink Pink. HEX triplet: F4, 6E and 82. RGB value is (244,110,130). Sum of RGB (Red+Green+Blue) = 244+110+130=484 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.41% from 484); Green value is 110 (43.36% from 255 or 22.73% from 484); Blue value is 130 (51.17% from 255 or 26.86% from 484); Max value from RGB is 244 - color contains mainly: red. Hex color #F46E82 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F46E82 is #0B917D. Grayscale: #989898. Windows color (decimal): -758142 or 8548084. OLE color: 8548084.
HSL color Cylindrical-coordinate representation of color #F46E82: hue angle of 351.04º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F46E82 is Cyan = 0, Magento = 0.55, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 110 | 130 | - |
| CMYK | 0 | 0.55 | 0.47 | 0.04 |
| HSL | 351.04º | 0.86% | 0.69% | - |
| HSV(B) | 351.04º | 0.55% | 0.96% | - |
| XYZ | 46.91 | 32 | 24.82 | - |
| YUV | 152.35 | 115.39 | 193.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 110 | 130 | 0 | 0.55 | 0.47 | 0.04 | 351.04 | 0.86 | 0.69 |
| Hex | F4 | 6E | 82 | 0 | 37 | 2F | 4 | 15F | 56 | 45 |
| Octal | 364 | 156 | 202 | 0 | 67 | 57 | 4 | 537 | 126 | 105 |
| Binary | 11110100 | 1101110 | 10000010 | 0 | 110111 | 101111 | 100 | 101011111 | 1010110 | 1000101 |
Color Harmonies of #F46E82
Complementary color
Monochromatic Colors of #F46E82
Black with #F46E82
Text Example
Text Example
White with #F46E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F46E82; }
p { color: rgb(244,110,130); }
H1.HeaderClassName
{
color: #F46E82;
}
.AnyTagClassName
{
color: #F46E82;
}
</style>
background-color css
<style>
a { background-color: #F46E82; }
a { background-color: rgb(244,110,130); }
div.DivClassName
{
background-color: #F46E82;
}
.BgClassName
{
background-color: #F46E82;
}
</style>
border-color css
<style>
span { border-color: #F46E82; }
span { border-color: rgb(244,110,130); }
td.TdClassName
{
border-color: #F46E82;
}
.TagClassName
{
border-color: #F46E82;
}
</style>