Shades of Brink Pink #F67081
Tints of Brink Pink #F67081
RGB
CMYK
RGB Variations
Color information
#F67081 (or 0xF67081) is known color: Brink Pink. HEX triplet: F6, 70 and 81. RGB value is (246,112,129). Sum of RGB (Red+Green+Blue) = 246+112+129=487 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.51% from 487); Green value is 112 (44.14% from 255 or 23.00% from 487); Blue value is 129 (50.78% from 255 or 26.49% from 487); Max value from RGB is 246 - color contains mainly: red. Hex color #F67081 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F67081 is #098F7E. Grayscale: #9A9A9A. Windows color (decimal): -626559 or 8483062. OLE color: 8483062.
HSL color Cylindrical-coordinate representation of color #F67081: hue angle of 352.39º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F67081 is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 112 | 129 | - |
| CMYK | 0 | 0.54 | 0.48 | 0.04 |
| HSL | 352.39º | 0.88% | 0.7% | - |
| HSV(B) | 352.39º | 0.54% | 0.96% | - |
| XYZ | 47.76 | 32.77 | 24.58 | - |
| YUV | 154 | 113.89 | 193.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 112 | 129 | 0 | 0.54 | 0.48 | 0.04 | 352.39 | 0.88 | 0.7 |
| Hex | F6 | 70 | 81 | 0 | 36 | 30 | 4 | 160 | 58 | 46 |
| Octal | 366 | 160 | 201 | 0 | 66 | 60 | 4 | 540 | 130 | 106 |
| Binary | 11110110 | 1110000 | 10000001 | 0 | 110110 | 110000 | 100 | 101100000 | 1011000 | 1000110 |
Color Harmonies of #F67081
Complementary color
Monochromatic Colors of #F67081
Black with #F67081
Text Example
Text Example
White with #F67081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67081; }
p { color: rgb(246,112,129); }
H1.HeaderClassName
{
color: #F67081;
}
.AnyTagClassName
{
color: #F67081;
}
</style>
background-color css
<style>
a { background-color: #F67081; }
a { background-color: rgb(246,112,129); }
div.DivClassName
{
background-color: #F67081;
}
.BgClassName
{
background-color: #F67081;
}
</style>
border-color css
<style>
span { border-color: #F67081; }
span { border-color: rgb(246,112,129); }
td.TdClassName
{
border-color: #F67081;
}
.TagClassName
{
border-color: #F67081;
}
</style>