Shades of Brink Pink #F26091
Tints of Brink Pink #F26091
RGB
CMYK
RGB Variations
Color information
#F26091 (or 0xF26091) is known color: Brink Pink. HEX triplet: F2, 60 and 91. RGB value is (242,96,145). Sum of RGB (Red+Green+Blue) = 242+96+145=483 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.10% from 483); Green value is 96 (37.89% from 255 or 19.88% from 483); Blue value is 145 (57.03% from 255 or 30.02% from 483); Max value from RGB is 242 - color contains mainly: red. Hex color #F26091 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26091 is #0D9F6E. Grayscale: #919191. Windows color (decimal): -892783 or 9527538. OLE color: 9527538.
HSL color Cylindrical-coordinate representation of color #F26091: hue angle of 339.86º 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 #F26091 is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 96 | 145 | - |
| CMYK | 0 | 0.60 | 0.40 | 0.05 |
| HSL | 339.86º | 0.85% | 0.66% | - |
| HSV(B) | 339.86º | 0.6% | 0.95% | - |
| XYZ | 45.91 | 29.29 | 30.02 | - |
| YUV | 145.24 | 127.87 | 197.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 96 | 145 | 0 | 0.60 | 0.40 | 0.05 | 339.86 | 0.85 | 0.66 |
| Hex | F2 | 60 | 91 | 0 | 3C | 28 | 5 | 154 | 55 | 42 |
| Octal | 362 | 140 | 221 | 0 | 74 | 50 | 5 | 524 | 125 | 102 |
| Binary | 11110010 | 1100000 | 10010001 | 0 | 111100 | 101000 | 101 | 101010100 | 1010101 | 1000010 |
Color Harmonies of #F26091
Complementary color
Monochromatic Colors of #F26091
Black with #F26091
Text Example
Text Example
White with #F26091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26091; }
p { color: rgb(242,96,145); }
H1.HeaderClassName
{
color: #F26091;
}
.AnyTagClassName
{
color: #F26091;
}
</style>
background-color css
<style>
a { background-color: #F26091; }
a { background-color: rgb(242,96,145); }
div.DivClassName
{
background-color: #F26091;
}
.BgClassName
{
background-color: #F26091;
}
</style>
border-color css
<style>
span { border-color: #F26091; }
span { border-color: rgb(242,96,145); }
td.TdClassName
{
border-color: #F26091;
}
.TagClassName
{
border-color: #F26091;
}
</style>