Shades of Brink Pink #F26487
Tints of Brink Pink #F26487
RGB
CMYK
RGB Variations
Color information
#F26487 (or 0xF26487) is known color: Brink Pink. HEX triplet: F2, 64 and 87. RGB value is (242,100,135). Sum of RGB (Red+Green+Blue) = 242+100+135=477 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.73% from 477); Green value is 100 (39.45% from 255 or 20.96% from 477); Blue value is 135 (53.12% from 255 or 28.30% from 477); Max value from RGB is 242 - color contains mainly: red. Hex color #F26487 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26487 is #0D9B78. Grayscale: #929292. Windows color (decimal): -891769 or 8873202. OLE color: 8873202.
HSL color Cylindrical-coordinate representation of color #F26487: hue angle of 345.21º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F26487 is Cyan = 0, Magento = 0.59, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 100 | 135 | - |
| CMYK | 0 | 0.59 | 0.44 | 0.05 |
| HSL | 345.21º | 0.85% | 0.67% | - |
| HSV(B) | 345.21º | 0.59% | 0.95% | - |
| XYZ | 45.55 | 29.74 | 26.26 | - |
| YUV | 146.45 | 121.54 | 196.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 100 | 135 | 0 | 0.59 | 0.44 | 0.05 | 345.21 | 0.85 | 0.67 |
| Hex | F2 | 64 | 87 | 0 | 3B | 2C | 5 | 159 | 55 | 43 |
| Octal | 362 | 144 | 207 | 0 | 73 | 54 | 5 | 531 | 125 | 103 |
| Binary | 11110010 | 1100100 | 10000111 | 0 | 111011 | 101100 | 101 | 101011001 | 1010101 | 1000011 |
Color Harmonies of #F26487
Complementary color
Monochromatic Colors of #F26487
Black with #F26487
Text Example
Text Example
White with #F26487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26487; }
p { color: rgb(242,100,135); }
H1.HeaderClassName
{
color: #F26487;
}
.AnyTagClassName
{
color: #F26487;
}
</style>
background-color css
<style>
a { background-color: #F26487; }
a { background-color: rgb(242,100,135); }
div.DivClassName
{
background-color: #F26487;
}
.BgClassName
{
background-color: #F26487;
}
</style>
border-color css
<style>
span { border-color: #F26487; }
span { border-color: rgb(242,100,135); }
td.TdClassName
{
border-color: #F26487;
}
.TagClassName
{
border-color: #F26487;
}
</style>