Shades of Brink Pink #F26679
Tints of Brink Pink #F26679
RGB
CMYK
RGB Variations
Color information
#F26679 (or 0xF26679) is known color: Brink Pink. HEX triplet: F2, 66 and 79. RGB value is (242,102,121). Sum of RGB (Red+Green+Blue) = 242+102+121=465 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.04% from 465); Green value is 102 (40.23% from 255 or 21.94% from 465); Blue value is 121 (47.66% from 255 or 26.02% from 465); Max value from RGB is 242 - color contains mainly: red. Hex color #F26679 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26679 is #0D9986. Grayscale: #929292. Windows color (decimal): -891271 or 7956210. OLE color: 7956210.
HSL color Cylindrical-coordinate representation of color #F26679: hue angle of 351.86º 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 #F26679 is Cyan = 0, Magento = 0.58, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 102 | 121 | - |
| CMYK | 0 | 0.58 | 0.50 | 0.05 |
| HSL | 351.86º | 0.84% | 0.67% | - |
| HSV(B) | 351.86º | 0.58% | 0.95% | - |
| XYZ | 44.82 | 29.76 | 21.47 | - |
| YUV | 146.03 | 113.88 | 196.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 102 | 121 | 0 | 0.58 | 0.50 | 0.05 | 351.86 | 0.84 | 0.67 |
| Hex | F2 | 66 | 79 | 0 | 3A | 32 | 5 | 160 | 54 | 43 |
| Octal | 362 | 146 | 171 | 0 | 72 | 62 | 5 | 540 | 124 | 103 |
| Binary | 11110010 | 1100110 | 1111001 | 0 | 111010 | 110010 | 101 | 101100000 | 1010100 | 1000011 |
Color Harmonies of #F26679
Complementary color
Monochromatic Colors of #F26679
Black with #F26679
Text Example
Text Example
White with #F26679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26679; }
p { color: rgb(242,102,121); }
H1.HeaderClassName
{
color: #F26679;
}
.AnyTagClassName
{
color: #F26679;
}
</style>
background-color css
<style>
a { background-color: #F26679; }
a { background-color: rgb(242,102,121); }
div.DivClassName
{
background-color: #F26679;
}
.BgClassName
{
background-color: #F26679;
}
</style>
border-color css
<style>
span { border-color: #F26679; }
span { border-color: rgb(242,102,121); }
td.TdClassName
{
border-color: #F26679;
}
.TagClassName
{
border-color: #F26679;
}
</style>