Shades of Brink Pink #F26086
Tints of Brink Pink #F26086
RGB
CMYK
RGB Variations
Color information
#F26086 (or 0xF26086) is known color: Brink Pink. HEX triplet: F2, 60 and 86. RGB value is (242,96,134). Sum of RGB (Red+Green+Blue) = 242+96+134=472 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.27% from 472); Green value is 96 (37.89% from 255 or 20.34% from 472); Blue value is 134 (52.73% from 255 or 28.39% from 472); Max value from RGB is 242 - color contains mainly: red. Hex color #F26086 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26086 is #0D9F79. Grayscale: #8F8F8F. Windows color (decimal): -892794 or 8806642. OLE color: 8806642.
HSL color Cylindrical-coordinate representation of color #F26086: hue angle of 344.38º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F26086 is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 96 | 134 | - |
| CMYK | 0 | 0.60 | 0.45 | 0.05 |
| HSL | 344.38º | 0.85% | 0.66% | - |
| HSV(B) | 344.38º | 0.6% | 0.95% | - |
| XYZ | 45.1 | 28.96 | 25.77 | - |
| YUV | 143.99 | 122.37 | 197.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 96 | 134 | 0 | 0.60 | 0.45 | 0.05 | 344.38 | 0.85 | 0.66 |
| Hex | F2 | 60 | 86 | 0 | 3C | 2D | 5 | 158 | 55 | 42 |
| Octal | 362 | 140 | 206 | 0 | 74 | 55 | 5 | 530 | 125 | 102 |
| Binary | 11110010 | 1100000 | 10000110 | 0 | 111100 | 101101 | 101 | 101011000 | 1010101 | 1000010 |
Color Harmonies of #F26086
Complementary color
Monochromatic Colors of #F26086
Black with #F26086
Text Example
Text Example
White with #F26086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26086; }
p { color: rgb(242,96,134); }
H1.HeaderClassName
{
color: #F26086;
}
.AnyTagClassName
{
color: #F26086;
}
</style>
background-color css
<style>
a { background-color: #F26086; }
a { background-color: rgb(242,96,134); }
div.DivClassName
{
background-color: #F26086;
}
.BgClassName
{
background-color: #F26086;
}
</style>
border-color css
<style>
span { border-color: #F26086; }
span { border-color: rgb(242,96,134); }
td.TdClassName
{
border-color: #F26086;
}
.TagClassName
{
border-color: #F26086;
}
</style>