Shades of Brink Pink #F26090
Tints of Brink Pink #F26090
RGB
CMYK
RGB Variations
Color information
#F26090 (or 0xF26090) is known color: Brink Pink. HEX triplet: F2, 60 and 90. RGB value is (242,96,144). Sum of RGB (Red+Green+Blue) = 242+96+144=482 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.21% from 482); Green value is 96 (37.89% from 255 or 19.92% from 482); Blue value is 144 (56.64% from 255 or 29.88% from 482); Max value from RGB is 242 - color contains mainly: red. Hex color #F26090 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26090 is #0D9F6F. Grayscale: #919191. Windows color (decimal): -892784 or 9462002. OLE color: 9462002.
HSL color Cylindrical-coordinate representation of color #F26090: hue angle of 340.27º 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 #F26090 is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 96 | 144 | - |
| CMYK | 0 | 0.60 | 0.40 | 0.05 |
| HSL | 340.27º | 0.85% | 0.66% | - |
| HSV(B) | 340.27º | 0.6% | 0.95% | - |
| XYZ | 45.83 | 29.26 | 29.62 | - |
| YUV | 145.13 | 127.37 | 197.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 96 | 144 | 0 | 0.60 | 0.40 | 0.05 | 340.27 | 0.85 | 0.66 |
| Hex | F2 | 60 | 90 | 0 | 3C | 28 | 5 | 154 | 55 | 42 |
| Octal | 362 | 140 | 220 | 0 | 74 | 50 | 5 | 524 | 125 | 102 |
| Binary | 11110010 | 1100000 | 10010000 | 0 | 111100 | 101000 | 101 | 101010100 | 1010101 | 1000010 |
Color Harmonies of #F26090
Complementary color
Monochromatic Colors of #F26090
Black with #F26090
Text Example
Text Example
White with #F26090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26090; }
p { color: rgb(242,96,144); }
H1.HeaderClassName
{
color: #F26090;
}
.AnyTagClassName
{
color: #F26090;
}
</style>
background-color css
<style>
a { background-color: #F26090; }
a { background-color: rgb(242,96,144); }
div.DivClassName
{
background-color: #F26090;
}
.BgClassName
{
background-color: #F26090;
}
</style>
border-color css
<style>
span { border-color: #F26090; }
span { border-color: rgb(242,96,144); }
td.TdClassName
{
border-color: #F26090;
}
.TagClassName
{
border-color: #F26090;
}
</style>