Shades of Brink Pink #F26682
Tints of Brink Pink #F26682
RGB
CMYK
RGB Variations
Color information
#F26682 (or 0xF26682) is known color: Brink Pink. HEX triplet: F2, 66 and 82. RGB value is (242,102,130). Sum of RGB (Red+Green+Blue) = 242+102+130=474 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.05% from 474); Green value is 102 (40.23% from 255 or 21.52% from 474); Blue value is 130 (51.17% from 255 or 27.43% from 474); Max value from RGB is 242 - color contains mainly: red. Hex color #F26682 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26682 is #0D997D. Grayscale: #939393. Windows color (decimal): -891262 or 8546034. OLE color: 8546034.
HSL color Cylindrical-coordinate representation of color #F26682: hue angle of 348º 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 #F26682 is Cyan = 0, Magento = 0.58, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 102 | 130 | - |
| CMYK | 0 | 0.58 | 0.46 | 0.05 |
| HSL | 348º | 0.84% | 0.67% | - |
| HSV(B) | 348º | 0.58% | 0.95% | - |
| XYZ | 45.4 | 29.99 | 24.52 | - |
| YUV | 147.05 | 118.38 | 195.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 102 | 130 | 0 | 0.58 | 0.46 | 0.05 | 348 | 0.84 | 0.67 |
| Hex | F2 | 66 | 82 | 0 | 3A | 2E | 5 | 15C | 54 | 43 |
| Octal | 362 | 146 | 202 | 0 | 72 | 56 | 5 | 534 | 124 | 103 |
| Binary | 11110010 | 1100110 | 10000010 | 0 | 111010 | 101110 | 101 | 101011100 | 1010100 | 1000011 |
Color Harmonies of #F26682
Complementary color
Monochromatic Colors of #F26682
Black with #F26682
Text Example
Text Example
White with #F26682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26682; }
p { color: rgb(242,102,130); }
H1.HeaderClassName
{
color: #F26682;
}
.AnyTagClassName
{
color: #F26682;
}
</style>
background-color css
<style>
a { background-color: #F26682; }
a { background-color: rgb(242,102,130); }
div.DivClassName
{
background-color: #F26682;
}
.BgClassName
{
background-color: #F26682;
}
</style>
border-color css
<style>
span { border-color: #F26682; }
span { border-color: rgb(242,102,130); }
td.TdClassName
{
border-color: #F26682;
}
.TagClassName
{
border-color: #F26682;
}
</style>