Shades of Brink Pink #F26576
Tints of Brink Pink #F26576
RGB
CMYK
RGB Variations
Color information
#F26576 (or 0xF26576) is known color: Brink Pink. HEX triplet: F2, 65 and 76. RGB value is (242,101,118). Sum of RGB (Red+Green+Blue) = 242+101+118=461 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.49% from 461); Green value is 101 (39.84% from 255 or 21.91% from 461); Blue value is 118 (46.48% from 255 or 25.60% from 461); Max value from RGB is 242 - color contains mainly: red. Hex color #F26576 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26576 is #0D9A89. Grayscale: #919191. Windows color (decimal): -891530 or 7759346. OLE color: 7759346.
HSL color Cylindrical-coordinate representation of color #F26576: hue angle of 352.77º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F26576 is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 101 | 118 | - |
| CMYK | 0 | 0.58 | 0.51 | 0.05 |
| HSL | 352.77º | 0.84% | 0.67% | - |
| HSV(B) | 352.77º | 0.58% | 0.95% | - |
| XYZ | 44.54 | 29.49 | 20.48 | - |
| YUV | 145.1 | 112.71 | 197.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 101 | 118 | 0 | 0.58 | 0.51 | 0.05 | 352.77 | 0.84 | 0.67 |
| Hex | F2 | 65 | 76 | 0 | 3A | 33 | 5 | 161 | 54 | 43 |
| Octal | 362 | 145 | 166 | 0 | 72 | 63 | 5 | 541 | 124 | 103 |
| Binary | 11110010 | 1100101 | 1110110 | 0 | 111010 | 110011 | 101 | 101100001 | 1010100 | 1000011 |
Color Harmonies of #F26576
Complementary color
Monochromatic Colors of #F26576
Black with #F26576
Text Example
Text Example
White with #F26576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26576; }
p { color: rgb(242,101,118); }
H1.HeaderClassName
{
color: #F26576;
}
.AnyTagClassName
{
color: #F26576;
}
</style>
background-color css
<style>
a { background-color: #F26576; }
a { background-color: rgb(242,101,118); }
div.DivClassName
{
background-color: #F26576;
}
.BgClassName
{
background-color: #F26576;
}
</style>
border-color css
<style>
span { border-color: #F26576; }
span { border-color: rgb(242,101,118); }
td.TdClassName
{
border-color: #F26576;
}
.TagClassName
{
border-color: #F26576;
}
</style>