Shades of Brink Pink #F26587
Tints of Brink Pink #F26587
RGB
CMYK
RGB Variations
Color information
#F26587 (or 0xF26587) is known color: Brink Pink. HEX triplet: F2, 65 and 87. RGB value is (242,101,135). Sum of RGB (Red+Green+Blue) = 242+101+135=478 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.63% from 478); Green value is 101 (39.84% from 255 or 21.13% from 478); Blue value is 135 (53.12% from 255 or 28.24% from 478); Max value from RGB is 242 - color contains mainly: red. Hex color #F26587 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26587 is #0D9A78. Grayscale: #939393. Windows color (decimal): -891513 or 8873458. OLE color: 8873458.
HSL color Cylindrical-coordinate representation of color #F26587: hue angle of 345.53º 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 #F26587 is Cyan = 0, Magento = 0.58, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 101 | 135 | - |
| CMYK | 0 | 0.58 | 0.44 | 0.05 |
| HSL | 345.53º | 0.84% | 0.67% | - |
| HSV(B) | 345.53º | 0.58% | 0.95% | - |
| XYZ | 45.64 | 29.93 | 26.29 | - |
| YUV | 147.04 | 121.21 | 195.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 101 | 135 | 0 | 0.58 | 0.44 | 0.05 | 345.53 | 0.84 | 0.67 |
| Hex | F2 | 65 | 87 | 0 | 3A | 2C | 5 | 15A | 54 | 43 |
| Octal | 362 | 145 | 207 | 0 | 72 | 54 | 5 | 532 | 124 | 103 |
| Binary | 11110010 | 1100101 | 10000111 | 0 | 111010 | 101100 | 101 | 101011010 | 1010100 | 1000011 |
Color Harmonies of #F26587
Complementary color
Monochromatic Colors of #F26587
Black with #F26587
Text Example
Text Example
White with #F26587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26587; }
p { color: rgb(242,101,135); }
H1.HeaderClassName
{
color: #F26587;
}
.AnyTagClassName
{
color: #F26587;
}
</style>
background-color css
<style>
a { background-color: #F26587; }
a { background-color: rgb(242,101,135); }
div.DivClassName
{
background-color: #F26587;
}
.BgClassName
{
background-color: #F26587;
}
</style>
border-color css
<style>
span { border-color: #F26587; }
span { border-color: rgb(242,101,135); }
td.TdClassName
{
border-color: #F26587;
}
.TagClassName
{
border-color: #F26587;
}
</style>