Shades of Brink Pink #F26B80
Tints of Brink Pink #F26B80
RGB
CMYK
RGB Variations
Color information
#F26B80 (or 0xF26B80) is known color: Brink Pink. HEX triplet: F2, 6B and 80. RGB value is (242,107,128). Sum of RGB (Red+Green+Blue) = 242+107+128=477 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.73% from 477); Green value is 107 (42.19% from 255 or 22.43% from 477); Blue value is 128 (50.39% from 255 or 26.83% from 477); Max value from RGB is 242 - color contains mainly: red. Hex color #F26B80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26B80 is #0D947F. Grayscale: #959595. Windows color (decimal): -889984 or 8416242. OLE color: 8416242.
HSL color Cylindrical-coordinate representation of color #F26B80: hue angle of 350.67º 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 #F26B80 is Cyan = 0, Magento = 0.56, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 107 | 128 | - |
| CMYK | 0 | 0.56 | 0.47 | 0.05 |
| HSL | 350.67º | 0.84% | 0.68% | - |
| HSV(B) | 350.67º | 0.56% | 0.95% | - |
| XYZ | 45.77 | 30.95 | 23.98 | - |
| YUV | 149.76 | 115.73 | 193.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 107 | 128 | 0 | 0.56 | 0.47 | 0.05 | 350.67 | 0.84 | 0.68 |
| Hex | F2 | 6B | 80 | 0 | 38 | 2F | 5 | 15F | 54 | 44 |
| Octal | 362 | 153 | 200 | 0 | 70 | 57 | 5 | 537 | 124 | 104 |
| Binary | 11110010 | 1101011 | 10000000 | 0 | 111000 | 101111 | 101 | 101011111 | 1010100 | 1000100 |
Color Harmonies of #F26B80
Complementary color
Monochromatic Colors of #F26B80
Black with #F26B80
Text Example
Text Example
White with #F26B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26B80; }
p { color: rgb(242,107,128); }
H1.HeaderClassName
{
color: #F26B80;
}
.AnyTagClassName
{
color: #F26B80;
}
</style>
background-color css
<style>
a { background-color: #F26B80; }
a { background-color: rgb(242,107,128); }
div.DivClassName
{
background-color: #F26B80;
}
.BgClassName
{
background-color: #F26B80;
}
</style>
border-color css
<style>
span { border-color: #F26B80; }
span { border-color: rgb(242,107,128); }
td.TdClassName
{
border-color: #F26B80;
}
.TagClassName
{
border-color: #F26B80;
}
</style>