Shades of Brink Pink #F67183
Tints of Brink Pink #F67183
RGB
CMYK
RGB Variations
Color information
#F67183 (or 0xF67183) is known color: Brink Pink. HEX triplet: F6, 71 and 83. RGB value is (246,113,131). Sum of RGB (Red+Green+Blue) = 246+113+131=490 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.20% from 490); Green value is 113 (44.53% from 255 or 23.06% from 490); Blue value is 131 (51.56% from 255 or 26.73% from 490); Max value from RGB is 246 - color contains mainly: red. Hex color #F67183 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F67183 is #098E7C. Grayscale: #9A9A9A. Windows color (decimal): -626301 or 8614390. OLE color: 8614390.
HSL color Cylindrical-coordinate representation of color #F67183: hue angle of 351.88º 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 #F67183 is Cyan = 0, Magento = 0.54, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 113 | 131 | - |
| CMYK | 0 | 0.54 | 0.47 | 0.04 |
| HSL | 351.88º | 0.88% | 0.7% | - |
| HSV(B) | 351.88º | 0.54% | 0.96% | - |
| XYZ | 48.01 | 33.04 | 25.32 | - |
| YUV | 154.82 | 114.56 | 193.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 113 | 131 | 0 | 0.54 | 0.47 | 0.04 | 351.88 | 0.88 | 0.7 |
| Hex | F6 | 71 | 83 | 0 | 36 | 2F | 4 | 160 | 58 | 46 |
| Octal | 366 | 161 | 203 | 0 | 66 | 57 | 4 | 540 | 130 | 106 |
| Binary | 11110110 | 1110001 | 10000011 | 0 | 110110 | 101111 | 100 | 101100000 | 1011000 | 1000110 |
Color Harmonies of #F67183
Complementary color
Monochromatic Colors of #F67183
Black with #F67183
Text Example
Text Example
White with #F67183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67183; }
p { color: rgb(246,113,131); }
H1.HeaderClassName
{
color: #F67183;
}
.AnyTagClassName
{
color: #F67183;
}
</style>
background-color css
<style>
a { background-color: #F67183; }
a { background-color: rgb(246,113,131); }
div.DivClassName
{
background-color: #F67183;
}
.BgClassName
{
background-color: #F67183;
}
</style>
border-color css
<style>
span { border-color: #F67183; }
span { border-color: rgb(246,113,131); }
td.TdClassName
{
border-color: #F67183;
}
.TagClassName
{
border-color: #F67183;
}
</style>