Shades of Brink Pink #F26B86
Tints of Brink Pink #F26B86
RGB
CMYK
RGB Variations
Color information
#F26B86 (or 0xF26B86) is known color: Brink Pink. HEX triplet: F2, 6B and 86. RGB value is (242,107,134). Sum of RGB (Red+Green+Blue) = 242+107+134=483 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.10% from 483); Green value is 107 (42.19% from 255 or 22.15% from 483); Blue value is 134 (52.73% from 255 or 27.74% from 483); Max value from RGB is 242 - color contains mainly: red. Hex color #F26B86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26B86 is #0D9479. Grayscale: #969696. Windows color (decimal): -889978 or 8809458. OLE color: 8809458.
HSL color Cylindrical-coordinate representation of color #F26B86: hue angle of 348º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F26B86 is Cyan = 0, Magento = 0.56, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 107 | 134 | - |
| CMYK | 0 | 0.56 | 0.45 | 0.05 |
| HSL | 348º | 0.84% | 0.68% | - |
| HSV(B) | 348º | 0.56% | 0.95% | - |
| XYZ | 46.18 | 31.11 | 26.13 | - |
| YUV | 150.44 | 118.73 | 193.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 107 | 134 | 0 | 0.56 | 0.45 | 0.05 | 348 | 0.84 | 0.68 |
| Hex | F2 | 6B | 86 | 0 | 38 | 2D | 5 | 15C | 54 | 44 |
| Octal | 362 | 153 | 206 | 0 | 70 | 55 | 5 | 534 | 124 | 104 |
| Binary | 11110010 | 1101011 | 10000110 | 0 | 111000 | 101101 | 101 | 101011100 | 1010100 | 1000100 |
Color Harmonies of #F26B86
Complementary color
Monochromatic Colors of #F26B86
Black with #F26B86
Text Example
Text Example
White with #F26B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26B86; }
p { color: rgb(242,107,134); }
H1.HeaderClassName
{
color: #F26B86;
}
.AnyTagClassName
{
color: #F26B86;
}
</style>
background-color css
<style>
a { background-color: #F26B86; }
a { background-color: rgb(242,107,134); }
div.DivClassName
{
background-color: #F26B86;
}
.BgClassName
{
background-color: #F26B86;
}
</style>
border-color css
<style>
span { border-color: #F26B86; }
span { border-color: rgb(242,107,134); }
td.TdClassName
{
border-color: #F26B86;
}
.TagClassName
{
border-color: #F26B86;
}
</style>