Shades of Brink Pink #F26987
Tints of Brink Pink #F26987
RGB
CMYK
RGB Variations
Color information
#F26987 (or 0xF26987) is known color: Brink Pink. HEX triplet: F2, 69 and 87. RGB value is (242,105,135). Sum of RGB (Red+Green+Blue) = 242+105+135=482 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.21% from 482); Green value is 105 (41.41% from 255 or 21.78% from 482); Blue value is 135 (53.12% from 255 or 28.01% from 482); Max value from RGB is 242 - color contains mainly: red. Hex color #F26987 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26987 is #0D9678. Grayscale: #959595. Windows color (decimal): -890489 or 8874482. OLE color: 8874482.
HSL color Cylindrical-coordinate representation of color #F26987: hue angle of 346.86º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F26987 is Cyan = 0, Magento = 0.57, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 105 | 135 | - |
| CMYK | 0 | 0.57 | 0.44 | 0.05 |
| HSL | 346.86º | 0.84% | 0.68% | - |
| HSV(B) | 346.86º | 0.57% | 0.95% | - |
| XYZ | 46.04 | 30.73 | 26.43 | - |
| YUV | 149.38 | 119.89 | 194.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 105 | 135 | 0 | 0.57 | 0.44 | 0.05 | 346.86 | 0.84 | 0.68 |
| Hex | F2 | 69 | 87 | 0 | 39 | 2C | 5 | 15B | 54 | 44 |
| Octal | 362 | 151 | 207 | 0 | 71 | 54 | 5 | 533 | 124 | 104 |
| Binary | 11110010 | 1101001 | 10000111 | 0 | 111001 | 101100 | 101 | 101011011 | 1010100 | 1000100 |
Color Harmonies of #F26987
Complementary color
Monochromatic Colors of #F26987
Black with #F26987
Text Example
Text Example
White with #F26987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26987; }
p { color: rgb(242,105,135); }
H1.HeaderClassName
{
color: #F26987;
}
.AnyTagClassName
{
color: #F26987;
}
</style>
background-color css
<style>
a { background-color: #F26987; }
a { background-color: rgb(242,105,135); }
div.DivClassName
{
background-color: #F26987;
}
.BgClassName
{
background-color: #F26987;
}
</style>
border-color css
<style>
span { border-color: #F26987; }
span { border-color: rgb(242,105,135); }
td.TdClassName
{
border-color: #F26987;
}
.TagClassName
{
border-color: #F26987;
}
</style>