Shades of Brink Pink #F26D80
Tints of Brink Pink #F26D80
RGB
CMYK
RGB Variations
Color information
#F26D80 (or 0xF26D80) is known color: Brink Pink. HEX triplet: F2, 6D and 80. RGB value is (242,109,128). Sum of RGB (Red+Green+Blue) = 242+109+128=479 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.52% from 479); Green value is 109 (42.97% from 255 or 22.76% from 479); Blue value is 128 (50.39% from 255 or 26.72% from 479); Max value from RGB is 242 - color contains mainly: red. Hex color #F26D80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26D80 is #0D927F. Grayscale: #969696. Windows color (decimal): -889472 or 8416754. OLE color: 8416754.
HSL color Cylindrical-coordinate representation of color #F26D80: hue angle of 351.43º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F26D80 is Cyan = 0, Magento = 0.55, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 109 | 128 | - |
| CMYK | 0 | 0.55 | 0.47 | 0.05 |
| HSL | 351.43º | 0.84% | 0.69% | - |
| HSV(B) | 351.43º | 0.55% | 0.95% | - |
| XYZ | 45.98 | 31.37 | 24.05 | - |
| YUV | 150.93 | 115.06 | 192.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 109 | 128 | 0 | 0.55 | 0.47 | 0.05 | 351.43 | 0.84 | 0.69 |
| Hex | F2 | 6D | 80 | 0 | 37 | 2F | 5 | 15F | 54 | 45 |
| Octal | 362 | 155 | 200 | 0 | 67 | 57 | 5 | 537 | 124 | 105 |
| Binary | 11110010 | 1101101 | 10000000 | 0 | 110111 | 101111 | 101 | 101011111 | 1010100 | 1000101 |
Color Harmonies of #F26D80
Complementary color
Monochromatic Colors of #F26D80
Black with #F26D80
Text Example
Text Example
White with #F26D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26D80; }
p { color: rgb(242,109,128); }
H1.HeaderClassName
{
color: #F26D80;
}
.AnyTagClassName
{
color: #F26D80;
}
</style>
background-color css
<style>
a { background-color: #F26D80; }
a { background-color: rgb(242,109,128); }
div.DivClassName
{
background-color: #F26D80;
}
.BgClassName
{
background-color: #F26D80;
}
</style>
border-color css
<style>
span { border-color: #F26D80; }
span { border-color: rgb(242,109,128); }
td.TdClassName
{
border-color: #F26D80;
}
.TagClassName
{
border-color: #F26D80;
}
</style>