Shades of Brink Pink #F26582
Tints of Brink Pink #F26582
RGB
CMYK
RGB Variations
Color information
#F26582 (or 0xF26582) is known color: Brink Pink. HEX triplet: F2, 65 and 82. RGB value is (242,101,130). Sum of RGB (Red+Green+Blue) = 242+101+130=473 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.16% from 473); Green value is 101 (39.84% from 255 or 21.35% from 473); Blue value is 130 (51.17% from 255 or 27.48% from 473); Max value from RGB is 242 - color contains mainly: red. Hex color #F26582 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26582 is #0D9A7D. Grayscale: #929292. Windows color (decimal): -891518 or 8545778. OLE color: 8545778.
HSL color Cylindrical-coordinate representation of color #F26582: hue angle of 347.66º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F26582 is Cyan = 0, Magento = 0.58, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 101 | 130 | - |
| CMYK | 0 | 0.58 | 0.46 | 0.05 |
| HSL | 347.66º | 0.84% | 0.67% | - |
| HSV(B) | 347.66º | 0.58% | 0.95% | - |
| XYZ | 45.3 | 29.8 | 24.48 | - |
| YUV | 146.47 | 118.71 | 196.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 101 | 130 | 0 | 0.58 | 0.46 | 0.05 | 347.66 | 0.84 | 0.67 |
| Hex | F2 | 65 | 82 | 0 | 3A | 2E | 5 | 15C | 54 | 43 |
| Octal | 362 | 145 | 202 | 0 | 72 | 56 | 5 | 534 | 124 | 103 |
| Binary | 11110010 | 1100101 | 10000010 | 0 | 111010 | 101110 | 101 | 101011100 | 1010100 | 1000011 |
Color Harmonies of #F26582
Complementary color
Monochromatic Colors of #F26582
Black with #F26582
Text Example
Text Example
White with #F26582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26582; }
p { color: rgb(242,101,130); }
H1.HeaderClassName
{
color: #F26582;
}
.AnyTagClassName
{
color: #F26582;
}
</style>
background-color css
<style>
a { background-color: #F26582; }
a { background-color: rgb(242,101,130); }
div.DivClassName
{
background-color: #F26582;
}
.BgClassName
{
background-color: #F26582;
}
</style>
border-color css
<style>
span { border-color: #F26582; }
span { border-color: rgb(242,101,130); }
td.TdClassName
{
border-color: #F26582;
}
.TagClassName
{
border-color: #F26582;
}
</style>