Shades of Brink Pink #F26082
Tints of Brink Pink #F26082
RGB
CMYK
RGB Variations
Color information
#F26082 (or 0xF26082) is known color: Brink Pink. HEX triplet: F2, 60 and 82. RGB value is (242,96,130). Sum of RGB (Red+Green+Blue) = 242+96+130=468 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.71% from 468); Green value is 96 (37.89% from 255 or 20.51% from 468); Blue value is 130 (51.17% from 255 or 27.78% from 468); Max value from RGB is 242 - color contains mainly: red. Hex color #F26082 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26082 is #0D9F7D. Grayscale: #8F8F8F. Windows color (decimal): -892798 or 8544498. OLE color: 8544498.
HSL color Cylindrical-coordinate representation of color #F26082: hue angle of 346.03º 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 #F26082 is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 96 | 130 | - |
| CMYK | 0 | 0.60 | 0.46 | 0.05 |
| HSL | 346.03º | 0.85% | 0.66% | - |
| HSV(B) | 346.03º | 0.6% | 0.95% | - |
| XYZ | 44.83 | 28.85 | 24.33 | - |
| YUV | 143.53 | 120.37 | 198.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 96 | 130 | 0 | 0.60 | 0.46 | 0.05 | 346.03 | 0.85 | 0.66 |
| Hex | F2 | 60 | 82 | 0 | 3C | 2E | 5 | 15A | 55 | 42 |
| Octal | 362 | 140 | 202 | 0 | 74 | 56 | 5 | 532 | 125 | 102 |
| Binary | 11110010 | 1100000 | 10000010 | 0 | 111100 | 101110 | 101 | 101011010 | 1010101 | 1000010 |
Color Harmonies of #F26082
Complementary color
Monochromatic Colors of #F26082
Black with #F26082
Text Example
Text Example
White with #F26082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26082; }
p { color: rgb(242,96,130); }
H1.HeaderClassName
{
color: #F26082;
}
.AnyTagClassName
{
color: #F26082;
}
</style>
background-color css
<style>
a { background-color: #F26082; }
a { background-color: rgb(242,96,130); }
div.DivClassName
{
background-color: #F26082;
}
.BgClassName
{
background-color: #F26082;
}
</style>
border-color css
<style>
span { border-color: #F26082; }
span { border-color: rgb(242,96,130); }
td.TdClassName
{
border-color: #F26082;
}
.TagClassName
{
border-color: #F26082;
}
</style>