Shades of Brink Pink #F26681
Tints of Brink Pink #F26681
RGB
CMYK
RGB Variations
Color information
#F26681 (or 0xF26681) is known color: Brink Pink. HEX triplet: F2, 66 and 81. RGB value is (242,102,129). Sum of RGB (Red+Green+Blue) = 242+102+129=473 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.16% from 473); Green value is 102 (40.23% from 255 or 21.56% from 473); Blue value is 129 (50.78% from 255 or 27.27% from 473); Max value from RGB is 242 - color contains mainly: red. Hex color #F26681 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26681 is #0D997E. Grayscale: #929292. Windows color (decimal): -891263 or 8480498. OLE color: 8480498.
HSL color Cylindrical-coordinate representation of color #F26681: hue angle of 348.43º 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 #F26681 is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 102 | 129 | - |
| CMYK | 0 | 0.58 | 0.47 | 0.05 |
| HSL | 348.43º | 0.84% | 0.67% | - |
| HSV(B) | 348.43º | 0.58% | 0.95% | - |
| XYZ | 45.33 | 29.96 | 24.16 | - |
| YUV | 146.94 | 117.88 | 195.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 102 | 129 | 0 | 0.58 | 0.47 | 0.05 | 348.43 | 0.84 | 0.67 |
| Hex | F2 | 66 | 81 | 0 | 3A | 2F | 5 | 15C | 54 | 43 |
| Octal | 362 | 146 | 201 | 0 | 72 | 57 | 5 | 534 | 124 | 103 |
| Binary | 11110010 | 1100110 | 10000001 | 0 | 111010 | 101111 | 101 | 101011100 | 1010100 | 1000011 |
Color Harmonies of #F26681
Complementary color
Monochromatic Colors of #F26681
Black with #F26681
Text Example
Text Example
White with #F26681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26681; }
p { color: rgb(242,102,129); }
H1.HeaderClassName
{
color: #F26681;
}
.AnyTagClassName
{
color: #F26681;
}
</style>
background-color css
<style>
a { background-color: #F26681; }
a { background-color: rgb(242,102,129); }
div.DivClassName
{
background-color: #F26681;
}
.BgClassName
{
background-color: #F26681;
}
</style>
border-color css
<style>
span { border-color: #F26681; }
span { border-color: rgb(242,102,129); }
td.TdClassName
{
border-color: #F26681;
}
.TagClassName
{
border-color: #F26681;
}
</style>