Shades of Brink Pink #F26B7E
Tints of Brink Pink #F26B7E
RGB
CMYK
RGB Variations
Color information
#F26B7E (or 0xF26B7E) is known color: Brink Pink. HEX triplet: F2, 6B and 7E. RGB value is (242,107,126). Sum of RGB (Red+Green+Blue) = 242+107+126=475 (62% of max value = 765). Red value is 242 (94.92% from 255 or 50.95% from 475); Green value is 107 (42.19% from 255 or 22.53% from 475); Blue value is 126 (49.61% from 255 or 26.53% from 475); Max value from RGB is 242 - color contains mainly: red. Hex color #F26B7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26B7E is #0D9481. Grayscale: #959595. Windows color (decimal): -889986 or 8285170. OLE color: 8285170.
HSL color Cylindrical-coordinate representation of color #F26B7E: hue angle of 351.56º 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 #F26B7E is Cyan = 0, Magento = 0.56, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 107 | 126 | - |
| CMYK | 0 | 0.56 | 0.48 | 0.05 |
| HSL | 351.56º | 0.84% | 0.68% | - |
| HSV(B) | 351.56º | 0.56% | 0.95% | - |
| XYZ | 45.64 | 30.9 | 23.3 | - |
| YUV | 149.53 | 114.73 | 193.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 107 | 126 | 0 | 0.56 | 0.48 | 0.05 | 351.56 | 0.84 | 0.68 |
| Hex | F2 | 6B | 7E | 0 | 38 | 30 | 5 | 160 | 54 | 44 |
| Octal | 362 | 153 | 176 | 0 | 70 | 60 | 5 | 540 | 124 | 104 |
| Binary | 11110010 | 1101011 | 1111110 | 0 | 111000 | 110000 | 101 | 101100000 | 1010100 | 1000100 |
Color Harmonies of #F26B7E
Complementary color
Monochromatic Colors of #F26B7E
Black with #F26B7E
Text Example
Text Example
White with #F26B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26B7E; }
p { color: rgb(242,107,126); }
H1.HeaderClassName
{
color: #F26B7E;
}
.AnyTagClassName
{
color: #F26B7E;
}
</style>
background-color css
<style>
a { background-color: #F26B7E; }
a { background-color: rgb(242,107,126); }
div.DivClassName
{
background-color: #F26B7E;
}
.BgClassName
{
background-color: #F26B7E;
}
</style>
border-color css
<style>
span { border-color: #F26B7E; }
span { border-color: rgb(242,107,126); }
td.TdClassName
{
border-color: #F26B7E;
}
.TagClassName
{
border-color: #F26B7E;
}
</style>